OsClearInertia

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added permissions and delay information)
m (Added note stating which version of OpenSim introduced this function)
Line 22: Line 22:
 
'''Caution !''' Only supported by '''ubOde''' for now
 
'''Caution !''' Only supported by '''ubOde''' for now
 
</div>
 
</div>
|
+
|additional_info=This function was added in 0.9.0-post-fixes
 
}}
 
}}
 
'''See Also'''
 
'''See Also'''

Revision as of 10:50, 15 October 2018

osClearInertia()
clears the effect of osSetInertia* functions. Link set total mass, center of mass and inertia will be the values estimated by default from the link set parts.

Caution ! Only supported by ubOde for now

Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
// Example of osClearInertia
 
default
{
    state_entry()
    {
        ...
        osClearInertia();
        ...
    }
}
Notes
This function was added in 0.9.0-post-fixes


See Also

Personal tools
General
About This Wiki