PhysObj.GetEnergy

From GMod Wiki

Jump to: navigation, search
Function
Syntax PhysObj:GetEnergy( )
Description:
Gets how much energy is in a physobj (seems to be based on velocity and angular velocity).
Returns: Integer
In Object: PhysObj
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=PhysObj.GetEnergy]PhysObj.GetEnergy [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionGets the current energy of a physics object
Used onNewerShared.png
Code
 
local trace = Player:GetEyeTraceNoCursor();
Msg( trace.Entity:GetPhysicsObject():GetEnergy() );
 
OutputTrace object's energy
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox