Command (EM4)

Achtung: Aktuell können keine E-Mails an den Provider outlook.com/hotmail.de übermittelt werden. Dies trifft auch auf die Aktivierungs-Mails zu.
Information: The EMERGENCY community board is completely free and is financed by advertisement. Please deactivate adblocker if you use this site. Thank you!
Note about the webdisk: Downloading larger files should be possible again.
  • Namespace / class 'Command'

    1 List of CommandGroups



    2 List of CommandRestrictions



    3 List of CommandRestriction2


    Code
    enum CommandRestriction2
    {
    	RESTRICT2_NONE
    	RESTRICT2_ISHYDRANT
    	RESTRICT2_ISHYDRANTORSELF
    };


    4 List of CommandPossibleExits



    5 List of CommandFireHoseNeeds


    Code
    enum CommandFirehoseNeed
    {
    	CFN_IGNORE,
    	CFN_NEEDED,
    	CFN_FAIL,
    };


    6 List of MoveModes


    Code
    enum MoveMode
    {
    	MOVE_ABORT,
    	MOVE_TO_POSITION,
    	MOVE_INTO_HOUSE,
    	MOVE_HOUSE_TO_HOUSE,
    	MOVE_HOUSE_TO_POSITION,
    };


    7 Struct of MoveResults


    Code
    struct MoveResult
    {
    	MoveMode Mode;
    	Vector Target;
    	Vector Intermediate1;
    	Vector Intermediate2;	
    	bool UnInstall, BasketDown;
    	OpenHouse EnterHouse;
    	OpenHouse LeaveHouse;
    };


    8 Defined functions