C# Class wServer.realm.worlds.GameWorld

Inheritance: World
Afficher le fichier Open project: C453/OryxKingdom Class Usage Examples

Méthodes publiques

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

public static AutoName ( int mapId, bool oryxPresent ) : GameWorld
mapId int
oryxPresent bool
Résultat GameWorld

EnemyKilled() public méthode

public EnemyKilled ( wServer.realm.entities.Enemy enemy, Player killer ) : void
enemy wServer.realm.entities.Enemy
killer Player
Résultat void

EnterWorld() public méthode

public EnterWorld ( System.Entity entity ) : int
entity System.Entity
Résultat int

GameWorld() public méthode

public GameWorld ( int mapId, string name, bool oryxPresent ) : System
mapId int
name string
oryxPresent bool
Résultat System

Tick() public méthode

public Tick ( RealmTime time ) : void
time RealmTime
Résultat void