Global Properties: Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Globals== | ==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 | 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 GoodBlox classes, unless noted in the class description. | ||
{| cellspacing="5" border="0" width="50%" style="background-color: #fdd; border: 2px dashed #f00;" | {| cellspacing="5" border="0" width="50%" style="background-color: #fdd; border: 2px dashed #f00;" | ||
!Functions | !Functions | ||
Line 17: | Line 17: | ||
|[[archivable (Property)|archivable]] | |[[archivable (Property)|archivable]] | ||
|[[ChildAdded (Event)|ChildAdded]] | |[[ChildAdded (Event)|ChildAdded]] | ||
|- | |||
|<span style="color:red">#</span> [[GetDebugId (Function)|GetDebugId]] | |||
|[[className (Property)|className]] | |||
|[[ChildRemoved (Event)|ChildRemoved]] | |||
|- | |||
|[[GetFullName (Function)|GetFullName]] | |||
| | |||
|[[DescendantAdded (Event)|DescendantAdded]] | |||
|- | |||
|[[IsA (Function)|IsA]] | |||
| | |||
|[[DescendantRemoving (Event)|DescendantRemoving]] | |||
|- | |- | ||
|[[IsAncestorOf (Function)|IsAncestorOf]] | |[[IsAncestorOf (Function)|IsAncestorOf]] | ||
|- | |- | ||
|[[IsDescendantOf (Function)|IsDescendantOf]] | |[[IsDescendantOf (Function)|IsDescendantOf]] | ||
|- | |- | ||
|[[Remove (Function)|Remove]] | |[[Remove (Function)|Remove]] | ||
| | |- | ||
|[[ | |<s>[[children (Function)|children]]</s> | ||
|- | |- | ||
|<br> | |<br> | ||
|} | |} |
Latest revision as of 21:22, 25 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 GoodBlox classes, unless noted in the class description.