Volt

Reflection

The Reflection library provides functions for accessing hidden properties, managing thread identity, and modifying property scriptability.

Overview

These functions allow you to:

  • Read and write hidden properties
  • Get and set thread identity level
  • Control whether properties are scriptable

Available Functions

FunctionDescription
gethiddenpropertyGet a hidden property value
gethiddenpropertiesGet all hidden properties
getpropertiesGet all properties of an instance
getthreadidentityGet the current thread identity
isnetworkownerCheck network ownership of a part
isscriptableCheck if a property is scriptable
sethiddenpropertySet a hidden property value
setscriptableSet a property's scriptability
setsimulationradiusSet the simulation radius
setthreadidentitySet the current thread identity

On this page