Property | Type | Description | |
---|---|---|---|
Client_ReceiveGameType | void | ||
Server_SendGameTypeToClients | void |
Method | Description | |
---|---|---|
GameMap ( ) : System |
Method | Description | |
---|---|---|
OnDestroy ( ) : void |
Overridden from Engine.EntitySystem.Entity.OnDestroy().
|
|
OnPostCreate2 ( bool loaded ) : void |
Overridden from Engine.EntitySystem.Entity.OnPostCreate2(bool).
|
|
OnPreloadResources ( ) : void | ||
OnSceneManagementGetObjectsForCamera ( Camera camera, Set |
||
OnSceneManagementGetObjectsForShadowGeneration ( Camera camera, RenderLight light, Set |
||
OnSceneManagementIsAllowPortalSystem ( Camera camera ) : bool | ||
Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void |
Method | Description | |
---|---|---|
Client_ReceiveGameType ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Server_SendGameTypeToClients ( IList |
protected OnPostCreate2 ( bool loaded ) : void | ||
loaded | bool | |
return | void |
protected OnSceneManagementGetObjectsForCamera ( Camera camera, Set |
||
camera | Camera | |
outSceneNodes | Set |
|
outStaticMeshObjects | Set |
|
return | void |
protected OnSceneManagementGetObjectsForShadowGeneration ( Camera camera, RenderLight light, Set |
||
camera | Camera | |
light | RenderLight | |
outSceneNodes | Set |
|
outStaticMeshObjects | Set |
|
return | void |
protected OnSceneManagementIsAllowPortalSystem ( Camera camera ) : bool | ||
camera | Camera | |
return | bool |
protected Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void | ||
remoteEntityWorld | RemoteEntityWorld | |
return | void |