Squirrel/Client/Functions/Players/Frozen

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "This function allows you to freeze a player. You can also get the player's frozen state. == Syntax == Returning the frozen state: <code>bool LocalPlayer.Frozen</code> Sett...")

Revision as of 12:05, 27 July 2012

This function allows you to freeze a player. You can also get the player's frozen state.

Syntax

Returning the frozen state:

  1. bool LocalPlayer.Frozen

Setting the frozen state:

  1. LocalPlayer.Frozen = bool frozen

Arguments

  • frozen - A boolean representing if the player is frozen or not ( true for frozen, false for not frozen ).
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox