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
| Function | Description |
|---|---|
gethiddenproperty | Get a hidden property value |
gethiddenproperties | Get all hidden properties |
getproperties | Get all properties of an instance |
getthreadidentity | Get the current thread identity |
isnetworkowner | Check network ownership of a part |
isscriptable | Check if a property is scriptable |
sethiddenproperty | Set a hidden property value |
setscriptable | Set a property's scriptability |
setsimulationradius | Set the simulation radius |
setthreadidentity | Set the current thread identity |