|
|
|
|
|
getCommandType(self)
getCommandType(Command self) -> FIFE::CommandType |
source code
|
|
|
setCommandType(self,
*args)
setCommandType(Command self, FIFE::CommandType type) |
source code
|
|
|
getCode(self)
getCode(Command self) -> int32_t |
source code
|
|
|
setCode(self,
*args)
setCode(Command self, int32_t code) |
source code
|
|
|
setSource(self,
*args)
setSource(Command self, IEventSource source) |
source code
|
|
|
setTimeStamp(self,
*args)
setTimeStamp(Command self, int32_t timestamp) |
source code
|
|
Inherited from Event :
consume ,
getDebugString ,
getName ,
getSource ,
getTimeStamp ,
isConsumed
|