OpenSim.Region.ScriptEngine.Shared.Api.LSL_Api.llGetAttached C# (CSharp) Method

llGetAttached() public method

public llGetAttached ( ) : OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger
return OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger
        public LSL_Integer llGetAttached()
        {
            m_host.AddScriptLPS(1);
            return m_host.ParentGroup.AttachmentPoint;
        }
LSL_Api