CrashAI

Class ServiceManager

[CrashAI] modules/managers.nut:11
Class Hierarchy:
Storage
   KeyLists
      Manager
         ServiceManager

Documentation not available.

Member Summary
 constructor()
        Documentation not available.
anyNew(serv, priority)
        Insert new service item actually only insert it storage table
anyFindKey(key)
        Find an ID using key of service
Members inherited from KeyLists
list, Count, AddItem, ChangeItem, RemoveItem, HasItem, SetValue, GetValue, Push, Item, SortValueAscending, Valuate
Members inherited from Storage
_storage, GetStorage, SetStorage


Member Details

constructor

[CrashAI] modules/managers.nut:13
constructor()
Documentation not available.


New

[CrashAI] modules/managers.nut:24
New(serv, priority) : any
Insert new service item actually only insert it storage table
Parameters:
serv
Class of service
priority
Priority of service
Returns:
a valid ID of servable class


FindKey

[CrashAI] modules/managers.nut:39
FindKey(key) : any
Find an ID using key of service
Parameters:
key
Key to find
Returns:
a valid ID or null if not found