Clone cmGetAvatarList into osGetAvatarList for more generic use.

This commit is contained in:
Melanie Thielker
2010-06-11 17:04:54 +02:00
parent 1dce243661
commit b3cf5ccf6d
3 changed files with 33 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osCauseDamage(string avatar, double damage);
LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules);
void osSetPrimitiveParams(LSL_Key prim, LSL_List rules);
LSL_List osGetAvatarList();
}
}