Difference between revisions of "SetRigidBodyMass"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(CS 1.0 stuff)
imported>ZuTheSkunk
(0 seems to be no movement, according to my observations, talk page and even USIP, where used zero to cause no movement on Mirili's Elytra.)
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
   SetRigidBodyMass 80  
   SetRigidBodyMass 80  


This command will set the mass of an object, which determines how much it moves when the player bumps it or hits it with a weapon. Valid values are 0-100, 100 being no movement.  
This command will set the mass of an object, which determines how much it moves when the player bumps it or hits it with a weapon. Valid values are 0-100, 0 being no movement (see talk page for details).




[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Functions (CS 1.0)]]
[[Category: Object Functions]]
[[Category: Inventory Functions]]
[[Category: Object Functions (CS 1.0)]]
[[Category: Inventory Functions (CS 1.0)]]
 
<!-- Begin Search Terms
Set
Rigid
Body
Mass
End Search Terms -->

Latest revision as of 17:57, 10 July 2010

Syntax:

 SetRigidBodyMass fMass 

Example:

 SetRigidBodyMass 80 

This command will set the mass of an object, which determines how much it moves when the player bumps it or hits it with a weapon. Valid values are 0-100, 0 being no movement (see talk page for details).