Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ResourceComponentSerializer.c File Reference

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

Function Documentation

◆ Attribute()

class SCR_PersistentResource Attribute ( desc:"Filter for which resource types to save - or all if empty." ,
uiwidget:UIWidgets. SearchComboBox,
enums:ParamEnumArray. FromEnumEResourceType )

◆ Deserialize()

bool Deserialize ( notnull IEntity owner,
notnull GenericComponent component,
notnull LoadContext context )
protected

Definition at line 123 of file SCR_ResourceComponentSerializer.c.

◆ Serialize()

ESerializeResult Serialize ( notnull IEntity owner,
notnull GenericComponent component,
notnull SaveContext context )
protected

Definition at line 21 of file SCR_ResourceComponentSerializer.c.

Variable Documentation

◆ m_bUseTypeDescriminator

bool m_bUseTypeDescriminator = false
protected

Definition at line 12 of file SCR_ResourceComponentSerializer.c.

◆ m_eResourceType

EResourceType m_eResourceType

Definition at line 0 of file SCR_ResourceComponentSerializer.c.

◆ m_fValue

float m_fValue

Definition at line 1 of file SCR_ResourceComponentSerializer.c.