Asks the server to begin sending events.
Ask the server to kick a player.
Asks the server to kill a player.
List current players.
Asks the server to move a player.
Write a message to the in game chat.
Asks the server to add someone to the ban list.
Asks the server to clear the banlist.
Asks the server for the ban list.
Asks the server to load the ban list from disk.
Asks the server to remove someone from the ban list.
Asks the server to save the ban list from disk.
Base class for a Frostbite message structure.
Returns a packet structure that encapsulates the message.
Parameters: | seq – Sequence number for the packet. |
---|---|
Returns: | frostbite.packet |
Add a player to the admin list.
Asks the server to list the known admins.
Asks the server to load the admin list from disk.
Asks th server to remove a player from the admin list.
Asks the server to save the admin list to disk.
Begins or ends a hashed login sequence.
Logout from the server’s RCon
Asks the server to add a map to the map list.
Asks the server to clear the map list.
Asks the server to end the current round immediately.
Asks the server for the current and next map indices
Asks the server to list the map list.
Asks the server to load the map list from disk.
Asks the server to delete a map from the map list.
Asks the server to restart the round immediately.
Asks the server to run the next round immediately.
Asks the server to save the map list to disk.
Asks the server to set the next map to the specified index in the map list.
Event raised when a player authenticates to the server.
Event raised when a player or the server sends a message.
Event raised when a player joins the server.
Event raised when a player is killed.
Event raised when a player leaves the server.
Event raised when a player spawns.
Event raised when a player changes squads.
Event raised when a player changes teams.
Asks the server to activate punkbuster.
Asks the server if punkbuster is active.
Event raised when PunkBuster emits a message.
Asks the server to relay a command to punkbuster.
Quit from the server.
Asks the server to add someone to the reserved slots list.
Clears the reserved slotslist.
Asks the server to list the reserved slots.
Asks the server to load the reserved slots list from disk.
Asks the server to remove someone from the reserved slots list.
Asks the server to save the reserved slots list to disk.
Frostbite message that describes a response to another message.
Parameters: |
|
---|
Asks for basic info from the server.
Event raised when the server loads a new level.
Event raised when the server ends a round.
Event raised when the server ends a round, containing player info.
Event raised when the server ends a round, containing team scores.
Asks for the server’s version.