mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Implements llTarget, llTargetRemove, at_target(), not_at_target()
This commit is contained in:
@@ -57,8 +57,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
void control(uint localID, LLUUID itemID);
|
||||
void money(uint LocalID, LLUUID agentID, int amount);
|
||||
void email(uint localID, LLUUID itemID);
|
||||
void at_target(uint localID, LLUUID itemID);
|
||||
void not_at_target(uint localID, LLUUID itemID);
|
||||
void at_target(uint localID, uint handle, LLVector3 targetpos, LLVector3 atpos);
|
||||
void not_at_target(uint localID);
|
||||
void at_rot_target(uint localID, LLUUID itemID);
|
||||
void not_at_rot_target(uint localID, LLUUID itemID);
|
||||
void run_time_permissions(uint localID, LLUUID itemID);
|
||||
|
||||
Reference in New Issue
Block a user