mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
add stub for llMapBeacon
This commit is contained in:
@@ -284,6 +284,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
void llMakeFire(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset);
|
||||
void llMakeFountain(int particles, double scale, double vel, double lifetime, double arc, int bounce, string texture, LSL_Vector offset, double bounce_offset);
|
||||
void llMakeSmoke(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset);
|
||||
void llMapBeacon(string simname, LSL_Vector pos, LSL_List loptions);
|
||||
void llMapDestination(string simname, LSL_Vector pos, LSL_Vector look_at);
|
||||
LSL_String llMD5String(string src, int nonce);
|
||||
LSL_String llSHA1String(string src);
|
||||
|
||||
Reference in New Issue
Block a user