Global Properties: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
Line 18: Line 18:
|[[ChildAdded (Event)|ChildAdded]]
|[[ChildAdded (Event)|ChildAdded]]
|-
|-
|[[IsAncestorOf (Function)|IsAncestorOf]]
|[[GetFullName (Function)|GetFullName]]
|[[className (Property)|className]]
|[[className (Property)|className]]
|[[childRemoved (Event)|childRemoved]]
|[[ChildRemoved (Event)|ChildRemoved]]
|-
|-
|[[IsDescendantOf (Function)|IsDescendantOf]]
|[[IsA (Function)|IsA]]
|
|
|[[DescendantAdded (Event)|DescendantAdded]]
|[[DescendantAdded (Event)|DescendantAdded]]
|-
|-
|[[Remove (Function)|Remove]]
|[[IsAncestorOf (Function)|IsAncestorOf]]
|
|
|[[DescendantRemoving (Event)|DescendantRemoving]]
|[[DescendantRemoving (Event)|DescendantRemoving]]
|-
|[[IsDescendantOf (Function)|IsDescendantOf]]
|-
|[[Remove (Function)|Remove]]
|-
|-
|<br>
|<br>
|}
|}

Revision as of 10:05, 20 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
GetFullName className ChildRemoved
IsA DescendantAdded
IsAncestorOf DescendantRemoving
IsDescendantOf
Remove