wiki.sine.space | sinespace

Scripting/SAttachmentHelper

From wiki.sine.space
Revision as of 08:44, 5 January 2021 by Edisonwu (Talk | contribs) (Created page with "=Properties= {{ScriptFunction|bool|Enabled|[get, set]|Returns true if the Attachment Helper Enabled.|5=local Object = Space.Scene.Find("SCRIPT_OBJECT")<br> Space.Log(Object.At...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Properties

Enabled

bool Enabled [get, set]

Returns true if the Attachment Helper Enabled.

local Object = Space.Scene.Find("SCRIPT_OBJECT")
Space.Log(Object.AttachmentHelper.Enabled)