Global Properties: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
No edit summary
 
(6 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 Roblox classes, unless noted in the class description.
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 6: Line 6:
!Events
!Events
|-  
|-  
|[[Clone]]
|[[Clone (Function)|Clone]]
|[[Name]]
|[[Name (Property)|Name]]
|[[AncestryChanged]]
|[[AncestryChanged (Event)|AncestryChanged]]
|-
|-
|[[FindFirstChild]]
|[[FindFirstChild (Function)|FindFirstChild]]
|[[Parent]]
|[[Parent (Property)|Parent]]
|[[Changed]]
|[[Changed (Event)|Changed]]
|-
|-
|[[GetChildren]]
|[[GetChildren (Function)|GetChildren]]
|[[archivable]]
|[[archivable (Property)|archivable]]
|[[ChildAdded]]
|[[ChildAdded (Event)|ChildAdded]]
|-
|-
|[[IsAncestorOf]]
|<span style="color:red">#</span> [[GetDebugId (Function)|GetDebugId]]
|[[className]]
|[[className (Property)|className]]
|[[childRemoved]]
|[[ChildRemoved (Event)|ChildRemoved]]
|-
|-
|[[IsDescendantOf]]
|[[GetFullName (Function)|GetFullName]]
|
|
|[[DescendantAdded]]
|[[DescendantAdded (Event)|DescendantAdded]]
|-
|-
|[[Remove]]
|[[IsA (Function)|IsA]]
|
|
|[[DescendantRemoving]]
|[[DescendantRemoving (Event)|DescendantRemoving]]
|-
|[[IsAncestorOf (Function)|IsAncestorOf]]
|-
|[[IsDescendantOf (Function)|IsDescendantOf]]
|-
|[[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.

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