C# Class ManicDigger.GameWorldTodoDummy

Inheritance: IGameWorldTodo
Afficher le fichier Open project: GlennMR/800Craft-Client

Méthodes publiques

Méthode 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 méthode

public EnqueueCommand ( int playerid, int frame, byte cmd ) : void
playerid int
frame int
cmd byte
Résultat void

KeyFrame() public méthode

public KeyFrame ( int allowedframe, int hash, PlayerPosition>.Dictionary playerpositions ) : void
allowedframe int
hash int
playerpositions PlayerPosition>.Dictionary
Résultat void

LoadState() public méthode

public LoadState ( byte savegame, int simulationstartframe ) : void
savegame byte
simulationstartframe int
Résultat void