Editing BZFS API
Warning: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to copy and paste your text into a text file and save it for later.
The administrator who locked it offered this explanation: Server migration
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 98: | Line 98: | ||
Plug-ins can register callbacks so they can be notified of various actions and state changes in the current BZFS game. These events tell a plug-in when important things happen, such as when a player has spawned, or is killed. These events are the primary form of communication from the BZFS server into the plug-in. | Plug-ins can register callbacks so they can be notified of various actions and state changes in the current BZFS game. These events tell a plug-in when important things happen, such as when a player has spawned, or is killed. These events are the primary form of communication from the BZFS server into the plug-in. | ||
− | {{main| | + | {{main|Event(API)}} |
==Functions== | ==Functions== | ||
The BZFS API provides a number of functions to plug-ins for use in querying the current game state. Functions are used both to get information about the game, and to trigger in game actions, such as activating a world weapon. | The BZFS API provides a number of functions to plug-ins for use in querying the current game state. Functions are used both to get information about the game, and to trigger in game actions, such as activating a world weapon. | ||
− | {{main|Functions (API)}} | + | {{main|Functions(API)}} |
==Wiki Documentation== | ==Wiki Documentation== | ||
Line 112: | Line 112: | ||
==See Also== | ==See Also== | ||
− | * [[ | + | * [[Event(API)|API Events]] |
− | * [[Functions (API)|API Functions]] | + | * [[Functions(API)|API Functions]] |
* [[Plug-ins]] | * [[Plug-ins]] | ||
* [[BZFS]] | * [[BZFS]] |