Method | Description | |
---|---|---|
KeyDoorOpened ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath | ||
KeyDoorOpened ( int tileType, Vector2I position ) : VRageMath | ||
Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor |
public KeyDoorOpened ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath | ||
tilesetTable | ITilesetTable | |
position | Vector2I | |
return | VRageMath |
public KeyDoorOpened ( int tileType, Vector2I position ) : VRageMath | ||
tileType | int | |
position | Vector2I | |
return | VRageMath |
public Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor | ||
gameActorPosition | GameActorPosition | |
atlas | IAtlas | |
table | ITilesetTable | |
return | ISwitchableGameActor |