This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz eKillEvent: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Allejo (talk | contribs)
blah eventTime
Zehra (talk | contribs)
redirect, since events are in official docs
Tag: New redirect
 
Line 1: Line 1:
{{BZFS_API_Doc}}
#REDIRECT [[Category:BZFS API Docs]]
{{BZFS_API_Events}}
 
==Overview==
The '''bz_eKillEvent''' is an API event triggered when a player sends the /kill [[Slash_commands|Slash Command]] to kill another player.
 
==Data==
'''bz_eKillEvent''' returns the '''bz_KillEventData_V1''' data class.
 
  {| border="1" cellpadding="20" cellspacing="0"
  !name
  !type
  !value description
  |-
  |eventType   
  |[[Event(API)|bz_eEventType]]
  |bz_eKillEvent
  |-
  |killerID
  |int
  |The ID of the player who sent the /kill command
  |-
  |killedID
  |int
  |The ID of the player who was killed
  |-
  |reason
  |[[bz_ApiString]]
  |The reason (sent to killed player).
  |-
  |eventTime
  |double
  |The server time at which the event occurred (in seconds).
  |}
 
[[Category:BZFS_API_Docs]]
[[Category:BZFS_API_Events]]

Latest revision as of 02:05, 27 November 2025