C# Class World.GameActions.PickUp

Inheritance: GameAction
Mostrar archivo Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
PickUp ( GameActor sender ) : VRageMath
Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void

Method Details

PickUp() public method

public PickUp ( GameActor sender ) : VRageMath
sender GameActor
return VRageMath

Resolve() public method

public Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void
target GameActorPosition
atlas IAtlas
table ITilesetTable
return void