Свойство | Type | Description | |
---|---|---|---|
Client_ReceiveActiveWeapon | void | ||
Client_ReceiveContusionTimeRemaining | void | ||
Client_ReceiveWeaponVerticalAngle | void | ||
CreateActiveWeaponAttachedObject | void | ||
GetActiveWeapon | int | ||
Server_SendContusionTimeRemainingToClients | void | ||
Server_SendSetActiveWeaponToClients | void | ||
Server_SendWeaponVerticalAngleToClients | void | ||
Server_TickSendWeaponVerticalAngleToClients | void | ||
SetActiveNextWeapon | void | ||
SetActivePreviousWeapon | void | ||
TickContusionTime | void | ||
UpdateTPSArcadeLookDirection | void | ||
WeaponTryFire | void | ||
WeaponTryReload | void | ||
activeWeapon_PreFire | void |
Méthode | Description | |
---|---|---|
ApplyChangeMapInformation ( ChangeMapInformation information, |
||
GetChangeMapInformation ( |
||
GetWeaponIndex ( |
||
SetActiveWeapon ( int index ) : bool | ||
TakeBullets ( BulletType bulletType, int count ) : bool | ||
TakeWeapon ( WeaponType weaponType ) : bool |
Méthode | Description | |
---|---|---|
Client_OnTick ( ) : void | ||
OnCopyTransform ( MapObject from ) : void | ||
OnIntellectCommand ( |
||
OnPostCreate ( bool loaded ) : void |
Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
|
|
OnRelatedEntityDelete ( Entity entity ) : void |
Overridden from Engine.EntitySystem.Entity.OnRelatedEntityDelete(Entity)
|
|
OnRender ( Engine.Camera camera ) : void |
Overridden from Engine.MapSystem.MapObject.OnRender(Camera).
|
|
OnTick ( ) : void |
Overridden from Engine.EntitySystem.Entity.OnTick().
|
|
Server_OnClientConnectedAfterPostCreate ( RemoteEntityWorld remoteEntityWorld ) : void |
Méthode | Description | |
---|---|---|
Client_ReceiveActiveWeapon ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Client_ReceiveContusionTimeRemaining ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Client_ReceiveWeaponVerticalAngle ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
CreateActiveWeaponAttachedObject ( ) : void | ||
GetActiveWeapon ( ) : int | ||
Server_SendContusionTimeRemainingToClients ( IList |
||
Server_SendSetActiveWeaponToClients ( IList |
||
Server_SendWeaponVerticalAngleToClients ( IList |
||
Server_TickSendWeaponVerticalAngleToClients ( ) : void | ||
SetActiveNextWeapon ( ) : void | ||
SetActivePreviousWeapon ( ) : void | ||
TickContusionTime ( ) : void | ||
UpdateTPSArcadeLookDirection ( ) : void | ||
WeaponTryFire ( bool alternative ) : void | ||
WeaponTryReload ( ) : void | ||
activeWeapon_PreFire ( Weapon entity, bool alternative ) : void |
public ApplyChangeMapInformation ( ChangeMapInformation information, |
||
information | ChangeMapInformation | |
spawnPoint | ||
Résultat | void |
public GetChangeMapInformation ( |
||
region | ||
Résultat | ChangeMapInformation |
public GetWeaponIndex ( |
||
weaponType | ||
Résultat | int |
protected OnCopyTransform ( MapObject from ) : void | ||
from | MapObject | |
Résultat | void |
protected OnIntellectCommand ( |
||
command | ||
Résultat | void |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
Résultat | void |
protected OnRelatedEntityDelete ( Entity entity ) : void | ||
entity | Entity | |
Résultat | void |
protected OnRender ( Engine.Camera camera ) : void | ||
camera | Engine.Camera | |
Résultat | void |
protected Server_OnClientConnectedAfterPostCreate ( RemoteEntityWorld remoteEntityWorld ) : void | ||
remoteEntityWorld | RemoteEntityWorld | |
Résultat | void |
public SetActiveWeapon ( int index ) : bool | ||
index | int | |
Résultat | bool |
public TakeBullets ( BulletType bulletType, int count ) : bool | ||
bulletType | BulletType | |
count | int | |
Résultat | bool |
public TakeWeapon ( WeaponType weaponType ) : bool | ||
weaponType | WeaponType | |
Résultat | bool |