Difference between revisions of "SetRigidBodyMass"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
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.)
 
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).





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).