Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
isscriptable(instance: Instance, property: string): boolean
instance
Instance
property
string
boolean
true
false
print("Is size_xml scriptable? ", isscriptable(fireInstance, "size_xml")) -- false
print("Is Size scriptable? ", isscriptable(fireInstance, "Size")) -- true