![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_PersistentQuickSlotItem |
Functions | |
| class SCR_PersistentQuickSlotItem | Attribute (desc:"Filter to only handle specific quick slots. e.g. 0-3 are fixed through weapon slots and must not be saved.") |
| ESerializeResult | Serialize (notnull IEntity owner, notnull GenericComponent component, notnull SaveContext context) |
| bool | Deserialize (notnull IEntity owner, notnull GenericComponent component, notnull LoadContext context) |
Variables | |
| int | m_iIndex |
| UUID | m_sEntityId |
| class SCR_PersistentQuickSlotItem Attribute | ( | desc:"Filter to only handle specific quick slots. e.g. 0-3 are fixed through weapon slots and must not be saved." | ) |
Definition at line 1 of file SCR_CharacterQuickBarSerializer.c.
|
protected |
Definition at line 60 of file SCR_CharacterQuickBarSerializer.c.
|
protected |
Definition at line 19 of file SCR_CharacterQuickBarSerializer.c.
| int m_iIndex |
Definition at line 10 of file SCR_CharacterQuickBarSerializer.c.
| UUID m_sEntityId |
Definition at line 11 of file SCR_CharacterQuickBarSerializer.c.