C# Class ManicDigger.GameWorldTodoDummy

Inheritance: IGameWorldTodo
Mostra file Open project: GlennMR/800Craft-Client

Public Methods

Method Description
EnqueueCommand ( int playerid, int frame, byte cmd ) : void
KeyFrame ( int allowedframe, int hash, PlayerPosition>.Dictionary playerpositions ) : void
LoadState ( byte savegame, int simulationstartframe ) : void

Method Details

EnqueueCommand() public method

public EnqueueCommand ( int playerid, int frame, byte cmd ) : void
playerid int
frame int
cmd byte
return void

KeyFrame() public method

public KeyFrame ( int allowedframe, int hash, PlayerPosition>.Dictionary playerpositions ) : void
allowedframe int
hash int
playerpositions PlayerPosition>.Dictionary
return void

LoadState() public method

public LoadState ( byte savegame, int simulationstartframe ) : void
savegame byte
simulationstartframe int
return void