C# Class GameStruct.Action

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
Action ( byte _action, byte _data = null ) : System
AddObject ( object obj ) : void
GetAction ( ) : byte
GetBuff ( ) : byte[]
GetObject ( int index ) : object
GetObjectCount ( ) : int

Method Details

Action() public method

public Action ( byte _action, byte _data = null ) : System
_action byte
_data byte
return System

AddObject() public method

public AddObject ( object obj ) : void
obj object
return void

GetAction() public method

public GetAction ( ) : byte
return byte

GetBuff() public method

public GetBuff ( ) : byte[]
return byte[]

GetObject() public method

public GetObject ( int index ) : object
index int
return object

GetObjectCount() public method

public GetObjectCount ( ) : int
return int