implement osNpcGetPos()

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-11 23:36:22 +01:00
parent a21e98ae1a
commit d23d37d2aa
3 changed files with 27 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
key osNpcCreate(string user, string name, vector position, key cloneFrom);
LSL_Key osNpcSaveAppearance(key npc, string notecardName);
void osNpcLoadAppearance(key npc, string notecardNameOrUuid);
vector osNpcGetPos(key npc);
void osNpcMoveTo(key npc, vector position);
void osNpcMoveToTarget(key npc, vector position, int options);
rotation osNpcGetRot(key npc);