mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
mantis 9065: rename llObjectGetLink as spec llGetObjectLink
This commit is contained in:
@@ -4431,7 +4431,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
}
|
||||
}
|
||||
|
||||
public LSL_Key llObjectGetLinkKey(LSL_Key objectid, int linknum)
|
||||
public LSL_Key llGetObjectLinkKey(LSL_Key objectid, int linknum)
|
||||
{
|
||||
if (!UUID.TryParse(objectid, out UUID oID))
|
||||
return ScriptBaseClass.NULL_KEY;
|
||||
|
||||
Reference in New Issue
Block a user