CrashAI

Class Storage

[CrashAI] modules/storage.nut:4
Class Hierarchy:
Storage
Known Subclasses:
Memory, Storable, KeyLists

Base all class that has storage table

Member Summary
any_storage
        Storage to support save/load
 constructor()
        Documentation not available.
anyGetStorage()
        Get this class storage
anySetStorage(val)
        Set class storage


Member Details

_storage

[CrashAI] modules/storage.nut:7
_storage : any
Storage to support save/load


constructor

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


GetStorage

[CrashAI] modules/storage.nut:18
GetStorage() : any
Get this class storage
Returns:
current storage table


SetStorage

[CrashAI] modules/storage.nut:24
SetStorage(val) : any
Set class storage
Parameters:
val
table to set into class