bindings.wormRender, bindings.viewportRender, bindings.playerUpdate, bindings.playerInit, bindings.playerRemoved, NetworkPlayerEvent:send, network_player_event, Object:player, console_register_control, game_players, game_local_player
data()
Returns a lua table associated with this player.
deaths()
Returns the number of deaths a player has suffered.
is_local()
Returns true if this player is a local player, otherwise false.
kills()
Returns the number of kills a player has made.
name()
Returns the name of the player.
say(text)
Makes the player send 'text' as a chat message.
select_weapons(weapons)
Tries to change the player's weapons to the WeaponType objects in the array weapons.
stats()
Returns a lua table associated with the stats of this player.
team()
Returns the team number of the player.
worm()
Returns the worm of the player.