|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
The custom feature that implements extra logic over of the Item instance.


Public Member Functions | |
| virtual byte[] | SaveSession () |
| Converting property session data to the binary formated. More... | |
| virtual void | SetDefault () |
| Sets default property values. More... | |
| virtual void | LoadSession (byte[] data) |
| Loading session data in binary format to the instance. More... | |
Protected Member Functions | |
| virtual void | OnModified () |
| Handler that should be called each time when property values have been modified. More... | |
Properties | |
| Item | item [get] |
| Binded item source. | |
| virtual string | title [get, set] |
| Feature's title. | |
| virtual string | description [get, set] |
| Feature's description. | |
Events | |
| Action< AEntityFeature > | Modified |
| Occurs when internal systems calling the OnModified handler. | |
|
virtualinherited |
Loading session data in binary format to the instance.
| data | Property related data received via the SaveSession handler. |
data as null must be considered as a clear session.
Reimplemented in Doloro.InvetorySystem.Modules.Shops.ShopFeature, Doloro.InvetorySystem.Features.VolumetricSpace.StorageVolume, Doloro.InvetorySystem.Features.StorageContentSpawner, Doloro.InvetorySystem.Features.StorageInfo, and Doloro.InvetorySystem.Features.StorageLock.
|
protectedvirtualinherited |
Handler that should be called each time when property values have been modified.
Reimplemented in Doloro.InvetorySystem.Features.VolumetricSpace.StorageVolume.
|
virtualinherited |
Converting property session data to the binary formated.
Reimplemented in Doloro.InvetorySystem.Modules.Shops.ShopFeature, Doloro.InvetorySystem.Features.VolumetricSpace.StorageVolume, Doloro.InvetorySystem.Features.StorageContentSpawner, Doloro.InvetorySystem.Features.StorageInfo, and Doloro.InvetorySystem.Features.StorageLock.
|
virtualinherited |
Sets default property values.
Reimplemented in Doloro.InvetorySystem.Modules.Shops.ShopFeature, Doloro.InvetorySystem.Features.StorageInfo, and Doloro.InvetorySystem.Features.StorageLock.