SetParent | Void | |
Log | Void | |
IsA | Boolean | |
FindFirstChild | Dynamic | |
FindFirstChildOfClass | Dynamic | Returns the first dynamic child of this object by its type (dynamic class). |
FindFirstParentOfClass | Dynamic | Returns the first dynamic parent of this object by its type (dynamic class). |
MoveTo | Void | Move this Dynamic to the specified position. Set telelport to true to disable interpolation. |
NetworkSync | Void | Enable/Disable the Networking code for this Dynamic |
LookAt | Void | Look towards the specified position |
LocalToWorldPoint | Vector3 | Converts a 3D point from local space to world space. Affected by the dynamic's scale. |
Clone | Dynamic | Clone this object and return the new one. |
GetChildren | Table | Retrieve children from an object, optionally recursively. |
ClearChildren | Number | Removes all children and returns the number of dynamics removed from the object |
Destroy | Void | Removes the dynamic from the game and all of its child dynamics |
New | Dynamic | Creates a new instance of a dynamic according to the supplied class name |
New | Dynamic | Creates a new instance of a dynamic according to class name and parents it to the dynamic parent |