mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
... osSetLinkStandTarget
This commit is contained in:
@@ -1447,6 +1447,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_OSSL_Functions.osSetStandTarget(v);
|
||||
}
|
||||
|
||||
public void osSetLinkStandTarget(LSL_Integer linkNumber, vector v)
|
||||
{
|
||||
m_OSSL_Functions.osSetLinkStandTarget(linkNumber, v);
|
||||
}
|
||||
|
||||
public vector osGetStandTarget()
|
||||
{
|
||||
return m_OSSL_Functions.osGetStandTarget();
|
||||
|
||||
Reference in New Issue
Block a user