Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.llGetAttached C# (CSharp) Метод

llGetAttached() публичный Метод

public llGetAttached ( ) : Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger
Результат Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger
        public LSL_Integer llGetAttached()
        {
            if (!ScriptProtection.CheckThreatLevel(ThreatLevel.None, "LSL", m_host, "LSL", m_itemID)) return new LSL_Integer();

            return (int)m_host.ParentEntity.RootChild.AttachmentPoint;
        }
LSL_Api