C# Class Mono_Server.GameServer

Inheritance: Asgard.AsgardServer
Exibir arquivo Open project: enBask/Asgard Class Usage Examples

Public Methods

Method Description
CreateTestObject ( ) : Entity
DestoryTestObject ( Entity e ) : void
GameServer ( MonoServer renderServer ) : System

Protected Methods

Method Description
BeforePhysics ( float delta ) : void
CanPlayerSee ( Entity player, Entity checkPlayer ) : bool

Private Methods

Method Description
OnLogin ( MonoLoginPacket obj ) : void
_bifrost_OnDisconnect ( Asgard connection ) : void

Method Details

BeforePhysics() protected method

protected BeforePhysics ( float delta ) : void
delta float
return void

CanPlayerSee() protected method

protected CanPlayerSee ( Entity player, Entity checkPlayer ) : bool
player Entity
checkPlayer Entity
return bool

CreateTestObject() public method

public CreateTestObject ( ) : Entity
return Entity

DestoryTestObject() public method

public DestoryTestObject ( Entity e ) : void
e Entity
return void

GameServer() public method

public GameServer ( MonoServer renderServer ) : System
renderServer MonoServer
return System