GetPlayerGravity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Changed "DeprecatedWithAlt" template to "Deprecated") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{{Server function}} | {{Server function}} | ||
{{Deprecated|getPedGravity|}} | |||
{{Deprecated}} | |||
This function returns a float that contains the current gravity for the specified [[player]]. | This function returns a float that contains the current gravity for the specified [[player]]. | ||
Latest revision as of 16:30, 13 February 2015
This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. | |
Please use getPedGravity instead. |
This function returns a float that contains the current gravity for the specified player.
Syntax
float getPlayerGravity ( player thePlayer )
Required Arguments
- thePlayer: The player whose gravity you want to check
Returns
Returns a float indicating the player's gravity, or false if the player is invalid. Default value is 0.008.
Example
This example outputs the gravity of the player who entered the 'showGravity' command.
function showGravity ( thePlayer ) local gravity = getPlayerGravity ( thePlayer ) outputChatBox ( "Your gravity: " .. tostring(gravity), thePlayer ) end addCommandHandler ( "showGravity", showGravity )
See Also
- getPlayerTeam
- getPlayerBlurLevel
- setPlayerBlurLevel
- getPlayerSerial
- forcePlayerMap
- getPlayerScriptDebugLevel
- getPlayerFromName
- getPlayerMoney
- getPlayerName
- getPlayerNametagColor
- getPlayerNametagText
- getPlayerPing
- getPlayerWantedLevel
- givePlayerMoney
- isPlayerMapForced
- isPlayerNametagShowing
- setPlayerHudComponentVisible
- setPlayerMoney
- setPlayerNametagColor
- setPlayerNametagShowing
- setPlayerNametagText
- takePlayerMoney
- countPlayersInTeam
- getPlayersInTeam
- isVoiceEnabled
- setControlState
- getControlState