C# Class Dwarrowdelf.Client.Events

Mostrar archivo Open project: tomba/dwarrowdelf

Public Methods

Method Description
AddGameEvent ( EnvironmentObject env, IntVector3 location, string format ) : void
AddGameEvent ( MovableObject ob, string format ) : void
AddInformative ( string message ) : void
AddTickGameEvent ( ) : void

Private Methods

Method Description
AddGameEventInternal ( EnvironmentObject env, IntVector3 location, string message ) : void
Events ( ) : System

Method Details

AddGameEvent() public static method

public static AddGameEvent ( EnvironmentObject env, IntVector3 location, string format ) : void
env EnvironmentObject
location IntVector3
format string
return void

AddGameEvent() public static method

public static AddGameEvent ( MovableObject ob, string format ) : void
ob MovableObject
format string
return void

AddInformative() public static method

public static AddInformative ( string message ) : void
message string
return void

AddTickGameEvent() public static method

public static AddTickGameEvent ( ) : void
return void