Class Servable | [CrashAI] modules/servable.nut:4 |
Storage Storable Servable
Member Summary |
any | _API Documentation not available. |
| constructor() < common API function to be used by this class |
any | GetName() Get the name of servable object |
any | IsTown() Get type of servable object |
any | GetLocation() Get the location of servable object |
static any | NewTown(id) New Servable Town |
static any | NewIndustry(id) New Servable Industry |
static any | New(id, istown) New Unknown Servable |
static any | MakeClass(storage) Make class from storage |
Members inherited from Storable |
GetID, SetID |
Members inherited from Storage |
_storage, GetStorage, SetStorage |
Member Details |
_API | [CrashAI] modules/servable.nut:6 |
_API : any
constructor | [CrashAI] modules/servable.nut:7 |
constructor()
GetName | [CrashAI] modules/servable.nut:18 |
GetName() : any
IsTown | [CrashAI] modules/servable.nut:24 |
IsTown() : any
GetLocation | [CrashAI] modules/servable.nut:30 |
GetLocation() : any
NewTown | [CrashAI] modules/servable.nut:35 |
static NewTown(id) : any
NewIndustry | [CrashAI] modules/servable.nut:46 |
static NewIndustry(id) : any
New | [CrashAI] modules/servable.nut:58 |
static New(id, istown) : any
MakeClass | [CrashAI] modules/servable.nut:68 |
static MakeClass(storage) : any