Squirrel/Client/Functions/Misc/GetGroundZLevel

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
Line 16: Line 16:
 
'''Usage: '''  
 
'''Usage: '''  
  
 
+
<code lang="squirrel">
 
function onClientCommand( Command, Parameters )
 
function onClientCommand( Command, Parameters )
 
{
 
{
 
   if(Command == "pos")Message("Your current Z position is " + FindLocalPlayer().Pos.z + " the ground level for your position is " + GetGroundZLevel() );
 
   if(Command == "pos")Message("Your current Z position is " + FindLocalPlayer().Pos.z + " the ground level for your position is " + GetGroundZLevel() );
 
}
 
}
 +
</code>

Revision as of 11:14, 29 August 2017


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