Global Properties: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
Line 18: Line 18:
|[[ChildAdded (Event)|ChildAdded]]
|[[ChildAdded (Event)|ChildAdded]]
|-
|-
|[[GetFullName (Function)|GetFullName]]
|<span style="color:red">#</span>[[GetDebugId (Function)|GetDebugId]]
|[[className (Property)|className]]
|[[className (Property)|className]]
|[[ChildRemoved (Event)|ChildRemoved]]
|[[ChildRemoved (Event)|ChildRemoved]]
|-
|-
|[[IsA (Function)|IsA]]
|[[GetFullName (Function)|GetFullName]]
|
|
|[[DescendantAdded (Event)|DescendantAdded]]
|[[DescendantAdded (Event)|DescendantAdded]]
|-
|-
|[[IsAncestorOf (Function)|IsAncestorOf]]
|[[IsA (Function)|IsA]]
|
|
|[[DescendantRemoving (Event)|DescendantRemoving]]
|[[DescendantRemoving (Event)|DescendantRemoving]]
|-
|[[IsAncestorOf (Function)|IsAncestorOf]]
|-
|-
|[[IsDescendantOf (Function)|IsDescendantOf]]
|[[IsDescendantOf (Function)|IsDescendantOf]]

Revision as of 01:42, 22 September 2021

Globals

There are a number of events, objects, values, etc. that are global, in this case meaning that in every class you will be able to find these. It is assumed that these are in all of the Roblox classes, unless noted in the class description.

Functions Properties Events
Clone Name AncestryChanged
FindFirstChild Parent Changed
GetChildren archivable ChildAdded
#GetDebugId className ChildRemoved
GetFullName DescendantAdded
IsA DescendantRemoving
IsAncestorOf
IsDescendantOf
Remove