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

Go to the source code of this file.

Classes

class  PersistentEntityLinkItem

Functions

class PersistentEntityLinkItem GetTargetType ()
ESerializeResult Serialize (notnull IEntity owner, notnull GenericComponent component, notnull SaveContext context)
bool Deserialize (notnull IEntity owner, notnull GenericComponent component, notnull LoadContext context)

Variables

string StoreName
ref BufferSaveContext Context

Function Documentation

◆ Deserialize()

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

Definition at line 108 of file SCR_EditorLinkComponentSerializer.c.

◆ GetTargetType()

class PersistentEntityLinkItem GetTargetType ( )

Definition at line 1 of file SCR_EditorLinkComponentSerializer.c.

◆ Serialize()

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

Definition at line 16 of file SCR_EditorLinkComponentSerializer.c.

Variable Documentation

◆ Context

ref BufferSaveContext Context

Definition at line 12 of file SCR_EditorLinkComponentSerializer.c.

◆ StoreName

string StoreName

Definition at line 11 of file SCR_EditorLinkComponentSerializer.c.