More OSSL additions which were committed today
This commit is contained in:
@@ -605,6 +605,12 @@ void LLScriptLibrary::init()
|
|||||||
addFunction(10.f, 0.f, dummy_func, "osNpcMoveToTarget", NULL, "kvi");
|
addFunction(10.f, 0.f, dummy_func, "osNpcMoveToTarget", NULL, "kvi");
|
||||||
addFunction(10.f, 0.f, dummy_func, "osNpcStopMoveTo", NULL, "k");
|
addFunction(10.f, 0.f, dummy_func, "osNpcStopMoveTo", NULL, "k");
|
||||||
addFunction(10.f, 0.f, dummy_func, "osOwnerSaveAppearance", "k", "s");
|
addFunction(10.f, 0.f, dummy_func, "osOwnerSaveAppearance", "k", "s");
|
||||||
|
|
||||||
|
<!-- More new stuffs -->
|
||||||
|
addFunction(10.f, 0.f, dummy_func, "osNpcGetRot", "r", "k");
|
||||||
|
addFunction(10.f, 0.f, dummy_func, "osNpcSetRot", NULL, "kr");
|
||||||
|
addFunction(10.f, 0.f, dummy_func, "osAgentSaveAppearance", "k", "ks");
|
||||||
|
|
||||||
|
|
||||||
addFunction(10.f, 0.f, dummy_func, "llSetMemoryLimit", "i", "i");
|
addFunction(10.f, 0.f, dummy_func, "llSetMemoryLimit", "i", "i");
|
||||||
addFunction(10.f, 0.f, dummy_func, "llSetLinkMedia", "i", "iil");
|
addFunction(10.f, 0.f, dummy_func, "llSetLinkMedia", "i", "iil");
|
||||||
|
|||||||
@@ -2310,6 +2310,21 @@ Makes an NPC stop moving to a target.
|
|||||||
<string name="LSLTipText_osOwnerSaveAppearance">
|
<string name="LSLTipText_osOwnerSaveAppearance">
|
||||||
key osOwnerSaveAppearance(string notecardName)
|
key osOwnerSaveAppearance(string notecardName)
|
||||||
Saves the owner's appearance to a notecard inside the prim that holds the script.
|
Saves the owner's appearance to a notecard inside the prim that holds the script.
|
||||||
|
(OpenSim only.)
|
||||||
|
</string>
|
||||||
|
<string name="LSLTipText_osNpcGetRot">
|
||||||
|
rotation osNpcGetRot(key npc)
|
||||||
|
Retrieves the rotation of an NPC
|
||||||
|
(OpenSim only.)
|
||||||
|
</string>
|
||||||
|
<string name="LSLTipText_osNpcSetRot">
|
||||||
|
osNpcSetRot(key npc, rotation rot)
|
||||||
|
Sets an NPC's rotation.
|
||||||
|
(OpenSim only.)
|
||||||
|
</string>
|
||||||
|
<string name="LSLTipText_osAgentSaveAppearance">
|
||||||
|
key osOwnerSaveAppearance(key avatarId, string notecardName)
|
||||||
|
Saves an avatar's appearance to a notecard inside the prim that holds the script.
|
||||||
(OpenSim only.)
|
(OpenSim only.)
|
||||||
</string>
|
</string>
|
||||||
</strings>
|
</strings>
|
||||||
|
|||||||
Reference in New Issue
Block a user