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 eBZDBChange: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Allejo (talk | contribs)
m added eventTime here too
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_eBZDBChange''' is an API event that is called each time a BZDB variable is changed.
==Data==
'''bz_eBZDBChange''' returns the '''bz_BZDBChangeData_V1''' data class.
 
  {| border="1" cellpadding="20" cellspacing="0"
  !name
  !type
  !value description
  |-
  |eventType   
  |[[Event(API)|bz_eEventType]]
  |bz_eBZDBChange
  |-
  |key
  |[[Bz_APIString]]
  |The variable that was changed
  |-
  |value
  |[[Bz_APIString]]
  |What the variable was changed too
  |-
  |eventTime
  |double
  |The server time at which the event occurred (in seconds).
  |}

Latest revision as of 21:54, 9 November 2025