Method | Description | |
---|---|---|
Control ( ControlType type ) : System | ||
ToString ( ) : string | ||
captureControls ( ) : void | ||
getDeltaAngle ( ) : int | ||
getDeltaSpeedX ( ) : int | ||
getDeltaSpeedY ( ) : int | ||
getIdPlayer ( ) : int | ||
getInstance ( ) : |
||
isBraking ( ) : bool | ||
isShooting ( ) : bool | ||
setIdPlayer ( int idPlayer ) : void |
Method | Description | |
---|---|---|
setBraking ( bool condition ) : void | ||
setDeltaAngle ( int dA ) : void | ||
setDeltaSpeedX ( int dSX ) : void | ||
setDeltaSpeedY ( int dSY ) : void | ||
setShooting ( bool condition ) : void |
protected setBraking ( bool condition ) : void | ||
condition | bool | |
return | void |
protected setShooting ( bool condition ) : void | ||
condition | bool | |
return | void |