C# Class MapServer.RobotObject

Inheritance: BaseObject
Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
PlayFaceAcion ( uint action_id, PlayerObject play = null ) : void
RefreshVisibleObject ( ) : void
RobotObject ( ) : System
Run ( ) : bool
SendRobotInfo ( PlayerObject play ) : void
SetRobotInfo ( GameStruct _info ) : void

Method Details

PlayFaceAcion() public method

public PlayFaceAcion ( uint action_id, PlayerObject play = null ) : void
action_id uint
play PlayerObject
return void

RefreshVisibleObject() public method

public RefreshVisibleObject ( ) : void
return void

RobotObject() public method

public RobotObject ( ) : System
return System

Run() public method

public Run ( ) : bool
return bool

SendRobotInfo() public method

public SendRobotInfo ( PlayerObject play ) : void
play PlayerObject
return void

SetRobotInfo() public method

public SetRobotInfo ( GameStruct _info ) : void
_info GameStruct
return void