Called whenever a player gets added as a tagged player on the minimap.
Parameters | Description |
---|---|
shooterId | player entity identifier who tagged the target player |
targetId | tagged player entity identifier |
Is only called on the Server.
Called whenever a player connects.
Parameters | Description |
---|---|
channelId | channel identifier |
Is only called on the Server.
Called whenever a player disconnects.
Parameters | Description |
---|---|
channelId | channel identifier |
Is only called on the Server.
Called whenever a player enters the game and is part of the game world.
Parameters | Description |
---|---|
channelId | channel identifier of the player |
playerScriptTable | the player scripttable |
bReset | true if it was a channel from the reset list |
bLoadingSaveGame | specifies whether it was called during savegame loading |
Is only called on the Server.
Called when the player disconnects and only on this client.
Parameters | Description |
---|---|
cause | integer based disconnection cause (see: EDisconnectionCause / Code/CryEngine/CryCommon/INetwork.h) |
description | human readable disconnection cause description (e.g: User left the game) |
Is only called on the Client.
Called whenever a player changed the spector mode.
Parameters | Description |
---|---|
entityId | entity identifier of the player who changed the spectator mode |
mode | spectator mode (fixed=1 / free=2 / follow=3) |
targetId | possible target entity to spectate |
resetAll | used to reset player related things like the inventory |
Is only called on the Server.
Called whenever a player switched the team.
Parameters | Description |
---|---|
entityId | entity identifier of the player who switched the team |
teamId | new team identifier |
Is only called on the Server.
Called whenever an explosion was simulated.
Parameters | Description |
---|---|
pos | world position of the explosion |
dir | explosion direction |
shooterId | ... |
weaponId | ... |
shooter | ... |
weapon | ... |
materialId | ... |
damage | ... |
min_radius | ... |
radius | ... |
pressure | ... |
hole_size | ... |
effect | ... |
effectScale | ... |
effectClass | ... |
typeId | ... |
type | ... |
angle | ... |
impact | ... |
impact_velocity | ... |
impact_normal | ... |
impact_targetId | ... |
shakeMinR | ... |
shakeMaxR | ... |
shakeScale | ... |
shakeRnd | ... |
impact | ... |
impact_velocity | ... |
impact_normal | ... |
impact_targetId | ... |
AffectedEntities | affected entities table |
AffectedEntitiesObstruction | affected entities obstruction table |
Is called on the Server and the Client.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.
Called whenever an entity gets added as a tagged entity on the minimap.
Parameters | Description |
---|---|
shooterId | entity which tagged the target |
targetId | tagged entity |
Is only called on the Server.