Global Properties: Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "==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 th...") |
Pizzaboxer (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
!Properties | !Properties | ||
!Events | !Events | ||
|- | |- | ||
|[[Clone]] | |[[Clone]] | ||
|[[Name]] | |[[Name]] | ||
Line 29: | Line 29: | ||
| | | | ||
|[[DescendantRemoving]] | |[[DescendantRemoving]] | ||
|- | |||
|<br> | |||
|} | |} |
Revision as of 20:49, 22 June 2020
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 |
IsAncestorOf | className | childRemoved |
IsDescendantOf | DescendantAdded | |
Remove | DescendantRemoving | |