osSetInertiaAsSphere
OSSLvoid osSetInertiaAsSphere(float mass, float radius, vector centerOfMass)
Allows creators to set the link set total mass, center of mass and moment of inertia. Moment of inertia will be the one of a sphere of radius radius, placed at the center of mass. Call osClearInertia to undo.
Parameters
| Type | Name |
|---|---|
| float | mass |
| float | radius |
| vector | centerOfMass |
Energy
10
OpenSimulator extensions. Some are gated by threat level and a region may refuse them.
More in OSSL
void osForceAttachToAvatar(integer attachment)
list osGetInertiaData()
float osGetCurrentSunHour()
void osMakeNotecard(string notecardName, list contents)
void osNpcSayTo(key npc, key target, integer channel, string msg)
void osCauseDamage(key avatar, float damage)
string osAESEncryptTo(string secret, string plainText, string ivString)
void osCauseHealing(key agentId, float healing)