mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add script constant OS_APIVERSION, we should inc this on any change on any api. a few changes to os npc and avatar animation functions
This commit is contained in:
@@ -158,8 +158,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
void osTeleportOwner(LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
|
||||
|
||||
// Animation commands
|
||||
void osAvatarPlayAnimation(string avatar, string animation);
|
||||
void osAvatarStopAnimation(string avatar, string animation);
|
||||
void osAvatarPlayAnimation(LSL_Key avatarId, string animation);
|
||||
void osAvatarStopAnimation(LSL_Key avatarId, string animation);
|
||||
|
||||
#region Attachment commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user