Squirrel/Server/Functions/Players/GetBoundariesLower

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Player.GetBoundariesLower}} This ''Player'' class method will return the lower boundaries imposed on that player. == Syntax == <code>bool Player.GetBoundariesLo…')
 

Latest revision as of 19:07, 1 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This Player class method will return the lower boundaries imposed on that player.

[edit] Syntax

  1. bool Player.GetBoundariesLower()

[edit] Arguments

  • none

[edit] Example

  1.  
  2. function onPlayerCommand( pPlayer, szCommand, szText )
  3. {
  4. if ( szCommand == "lowerboundaries" )
  5. {
  6. MessagePlayer( "Lower boundaries " + pPlayer.GetBoundariesLower(), pPlayer );
  7. }
  8. return 1;
  9. }
  10.  

[edit] Notes

The function MessagePlayer and event onPlayerCommand were used in this example. More info about them in the corresponding pages.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox