CrashAI

Class Storable

[CrashAI] modules/storage.nut:67
Class Hierarchy:
Storage
   Storable
Known Subclasses:
Servable

Storable Object with id A base class for object that has an ID and storage

Member Summary
 constructor()
        Documentation not available.
anyGetID()
        Get ID of this object
anySetID(val)
        Set ID of this object
Members inherited from Storage
_storage, GetStorage, SetStorage


Member Details

constructor

[CrashAI] modules/storage.nut:69
constructor()
Documentation not available.


GetID

[CrashAI] modules/storage.nut:78
GetID() : any
Get ID of this object
Returns:
Id of this object


SetID

[CrashAI] modules/storage.nut:84
SetID(val) : any
Set ID of this object
Parameters:
val
ID to set