Service-level: Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
mNo edit summary |
||
Line 1: | Line 1: | ||
A Service is a top-level singleton class in the | 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]]. | ||
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|Players]], [[GBX.lua.Teams|Teams]], and [[GBX.lua.Workspace|Workspace]] are used as containers for other objects in the level. | ||
[[Category:GoodBlox Lua Objects]] | [[Category:GoodBlox Lua Objects]] |
Revision as of 08:43, 20 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.