-
Notifications
You must be signed in to change notification settings - Fork 3
ZoneService
JustGod edited this page Oct 28, 2023
·
1 revision
(method) ZoneService:Constructor()(method) ZoneService:Get(id: string)
-> InternalZone(method) ZoneService:GetAll()
-> table<string, InternalZone>(method) ZoneService:GetAllByResource(resource: string)
-> table<string, InternalZone>|nil(method) ZoneService:GetByResource(resource: string, id: string)
-> table<string, InternalZone>
2. number(method) ZoneService:Register(zone: Zone)(method) ZoneService:Remove(id: string)(method) ZoneService:RemoveByResource(resource: string)table<string, string[]>table<string, InternalZone>