why not also osGetLinkStandTarget

This commit is contained in:
UbitUmarov
2020-01-25 15:29:59 +00:00
parent 5bb96cf18e
commit 868c05fdf6
4 changed files with 24 additions and 4 deletions

View File

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