OSSLNPC
From OpenSimulator
(Difference between revisions)
(New page: '''This page is under active construction''') |
|||
| Line 1: | Line 1: | ||
'''This page is under active construction''' | '''This page is under active construction''' | ||
| + | |||
| + | =Functions= | ||
| + | |||
| + | ==osNpcCreate== | ||
| + | |||
| + | osNpcCreate(string firstname, string lastname, vector position, string notecard):key | ||
| + | |||
| + | ==osNpcRemove== | ||
| + | |||
| + | osNpcRemove(key npc):void | ||
| + | |||
| + | ==osNpcGetRot== | ||
| + | |||
| + | osNpcGetRot(key npc):rotation | ||
| + | |||
| + | ==osNpcSetRot== | ||
| + | |||
| + | osNpcSetRot(key npc, rotation rot):void | ||
| + | |||
| + | ==osNpcGetPos== | ||
| + | |||
| + | osNpcGetPos(key npc):vector | ||
| + | |||
| + | ==osNpcMoveToTarget== | ||
| + | |||
| + | osNpcMoveToTarget(key npc, vector position, int options):void | ||
| + | |||
| + | ==osNpcStopMoveToTarget== | ||
| + | |||
| + | osNpcStopMoveToTarget(key npc):void | ||
| + | |||
| + | ==osNpcSay== | ||
| + | |||
| + | osNpcSay(key npc, string message):void | ||
| + | |||
| + | ==osNpcLoadAppearance== | ||
| + | |||
| + | osNpcLoadAppearance(key npc, string notecardNameOrUuid):void | ||
| + | |||
| + | ==osNpcSaveAppearance== | ||
| + | |||
| + | osNpcSaveAppearance(key npc, string notecardName):key | ||
Revision as of 16:38, 11 August 2011
This page is under active construction
Contents |
Functions
osNpcCreate
osNpcCreate(string firstname, string lastname, vector position, string notecard):key
osNpcRemove
osNpcRemove(key npc):void
osNpcGetRot
osNpcGetRot(key npc):rotation
osNpcSetRot
osNpcSetRot(key npc, rotation rot):void
osNpcGetPos
osNpcGetPos(key npc):vector
osNpcMoveToTarget
osNpcMoveToTarget(key npc, vector position, int options):void
osNpcStopMoveToTarget
osNpcStopMoveToTarget(key npc):void
osNpcSay
osNpcSay(key npc, string message):void
osNpcLoadAppearance
osNpcLoadAppearance(key npc, string notecardNameOrUuid):void
osNpcSaveAppearance
osNpcSaveAppearance(key npc, string notecardName):key