GBX.lua.BodyVelocity (Object): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} This object allows you to apply an amount of force, but it can only go at a certain set velocity. Very useful for moving big things at low speed. =...")
 
mNo edit summary
 
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
This object allows you to apply an amount of force, but it can only go at a certain set velocity. Very useful for moving big things at low speed.
This object allows you to apply an amount of force, but it can only go at a certain set velocity. Very useful for moving big things at low speed.


==Functions==
==Functions==
In addition to the global functions, the BodyVelocity also has these:
In addition to the global functions, the BodyVelocity also has these:
*[[GetLastForce]]
*[[GetLastForce (Function)|GetLastForce]]
*[[lastForce]]  
*[[lastForce (Function)|lastForce]]  
 


==Properties==
==Properties==
In addition to the global properties, the BodyVelocity also has these:
In addition to the global properties, the BodyVelocity also has these:
*[[P]]
*[[P (Property)|P]]
*[[maxForce]]
*[[maxForce (Property)|maxForce]]
*[[Goal Velocity|velocity]]  
*[[Goal Velocity (Property)|velocity]]  
 


==Events==
==Events==

Latest revision as of 03:30, 24 September 2021

This object allows you to apply an amount of force, but it can only go at a certain set velocity. Very useful for moving big things at low speed.

Functions

In addition to the global functions, the BodyVelocity also has these:

Properties

In addition to the global properties, the BodyVelocity also has these:

Events

The BodyVelocity only incorporates the basic global events.