mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
why not also osGetLinkStandTarget
This commit is contained in:
@@ -1448,9 +1448,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
}
|
||||
|
||||
public vector osGetStandTarget()
|
||||
|
||||
{
|
||||
return m_OSSL_Functions.osGetStandTarget();
|
||||
}
|
||||
|
||||
public vector osGetLinkStandTarget(LSL_Integer linkNumber)
|
||||
{
|
||||
return m_OSSL_Functions.osGetLinkStandTarget(linkNumber);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user