C# Class wServer.realm.worlds.GameWorld

Inheritance: World
Datei anzeigen Open project: C453/OryxKingdom Class Usage Examples

Public Methods

Method Description
AutoName ( int mapId, bool oryxPresent ) : GameWorld
EnemyKilled ( wServer.realm.entities.Enemy enemy, Player killer ) : void
EnterWorld ( System.Entity entity ) : int
GameWorld ( int mapId, string name, bool oryxPresent ) : System
Tick ( RealmTime time ) : void

Method Details

AutoName() public static method

public static AutoName ( int mapId, bool oryxPresent ) : GameWorld
mapId int
oryxPresent bool
return GameWorld

EnemyKilled() public method

public EnemyKilled ( wServer.realm.entities.Enemy enemy, Player killer ) : void
enemy wServer.realm.entities.Enemy
killer Player
return void

EnterWorld() public method

public EnterWorld ( System.Entity entity ) : int
entity System.Entity
return int

GameWorld() public method

public GameWorld ( int mapId, string name, bool oryxPresent ) : System
mapId int
name string
oryxPresent bool
return System

Tick() public method

public Tick ( RealmTime time ) : void
time RealmTime
return void