Service-level: Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
A Service is a top-level singleton class in the GoodBlox [[GBX.lua.DataModel|Data Model]]. This means that it will appear as a root-level node in the Treeview Explorer in [[GoodBlox Studio]]. | A Service is a top-level singleton class in the GoodBlox [[GBX.lua.DataModel (Object)|Data Model]]. This means that it will appear as a root-level node in the Treeview Explorer in [[GoodBlox Studio]]. | ||
Many service-level objects such as the [[GBX.lua.Players|Players]], [[GBX.lua.Teams|Teams]], and [[GBX.lua.Workspace|Workspace]] are used as containers for other objects in the level. | Many service-level objects such as the [[GBX.lua.Players (Service)|Players]], [[GBX.lua.Teams (Service)|Teams]], and [[GBX.lua.Workspace (Service)|Workspace]] are used as containers for other objects in the level. | ||
Latest revision as of 05:14, 27 September 2021
A Service is a top-level singleton class in the GoodBlox Data Model. This means that it will appear as a root-level node in the Treeview Explorer in GoodBlox Studio.
Many service-level objects such as the Players, Teams, and Workspace are used as containers for other objects in the level.