Squirrel/Client/Functions/Misc/GetGroundZLevel

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(GetGroundZLevel())
 
Line 3: Line 3:
 
== '''GetGroundZLevel()''' ==
 
== '''GetGroundZLevel()''' ==
  
----
 
  
  

Latest revision as of 11:15, 29 August 2017


[edit] GetGroundZLevel()

Gets the Z position of the ground, basically the ground level.

The ground level is usually a solid object closest to you that you can stand on.




Usage:

  1.  
  2. function onClientCommand( Command, Parameters )
  3. {
  4. if(Command == "pos")Message("Your current Z position is " + FindLocalPlayer().Pos.z + " the ground level for your position is " + GetGroundZLevel() );
  5. }
  6.  
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox