Adds osKickUser and osSetSpeed

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
unknown
2009-12-30 22:21:24 -06:00
committed by Melanie
parent e6c71d6df6
commit 87959464c9
3 changed files with 97 additions and 0 deletions

View File

@@ -165,5 +165,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List osGetRegionStats();
int osGetSimulatorMemory();
void osKickAvatar(string FirstName,string SurName,string alert);
void osSetSpeed(string UUID, float SpeedModifier);
void osCauseHealing(string avatar, double healing);
void osCauseDamage(string avatar, double damage);
}
}