Skip to content

Latest commit

 

History

History
177 lines (130 loc) · 5.04 KB

events.md

File metadata and controls

177 lines (130 loc) · 5.04 KB

Events

Attributes

fire

attribute type description
entityId numVal EntityID

hurt

attribute type description
entityId numVal EntityID

kill

attribute type description
victim numVal EntityID
weapon numVal see EquipmentType
killer numVal EntityID
assister numVal EntityID

flashed

attribute type description
entityId numVal EntityID

jump

attribute type description
entityId numVal EntityID

footstep

attribute type description
entityId numVal EntityID

chat_message

attribute type description
sender numVal EntityID
text strVal chat message

swap_team

attribute type description
entityId numVal EntityID

disconnect

attribute type description
entityId numVal EntityID

round_started

attribute type description
- - -

round_ended

attribute type description
winner numVal see Team
reason numVal see RoundEndReason

smoke_started

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space
throwerEntityId numVal The entityId of the throwing player

smoke_expired

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space
throwerEntityId numVal The entityId of the throwing player

decoy_started

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space
throwerEntityId numVal The entityId of the throwing player

decoy_expired

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space
throwerEntityId numVal The entityId of the throwing player

fire_grenade_started

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space

fire_grenade_expired

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space

fire_grenade_expired

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space

he_grenade_explosion

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space
throwerEntityId numVal The entityId of the throwing player

flash_explosion

attribute type description
x numVal The x-coordinate used in the CS:GO space
y numVal The y-coordinate used in the CS:GO space
z numVal The z-coordinate used in the CS:GO space
throwerEntityId numVal The entityId of the throwing player