![]() |
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_PersistentResource |
Functions | |
| class SCR_PersistentResource | Attribute (desc:"Filter for which resource types to save - or all if empty.", uiwidget:UIWidgets.SearchComboBox, enums:ParamEnumArray.FromEnum(EResourceType))] protected ref array< EResourceType > m_aResourceTypeFilter |
| ESerializeResult | Serialize (notnull IEntity owner, notnull GenericComponent component, notnull SaveContext context) |
| bool | Deserialize (notnull IEntity owner, notnull GenericComponent component, notnull LoadContext context) |
Variables | |
| EResourceType | m_eResourceType |
| float | m_fValue |
| bool | m_bUseTypeDescriminator = false |
| class SCR_PersistentResource Attribute | ( | desc:"Filter for which resource types to save - or all if empty." | , |
| uiwidget:UIWidgets. | SearchComboBox, | ||
| enums:ParamEnumArray. | FromEnumEResourceType ) |
|
protected |
Definition at line 123 of file SCR_ResourceComponentSerializer.c.
|
protected |
Definition at line 21 of file SCR_ResourceComponentSerializer.c.
|
protected |
Definition at line 12 of file SCR_ResourceComponentSerializer.c.
| EResourceType m_eResourceType |
Definition at line 0 of file SCR_ResourceComponentSerializer.c.
| float m_fValue |
Definition at line 1 of file SCR_ResourceComponentSerializer.c.