add stub for llMapBeacon

This commit is contained in:
UbitUmarov
2025-08-14 22:24:31 +01:00
parent 676d768ae7
commit f79e04d307

View File

@@ -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);