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

Go to the source code of this file.

Classes

class  SCR_SerializedFuelNode

Functions

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

Variables

int tankId
float fuel

Function Documentation

◆ Deserialize()

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

Definition at line 45 of file SCR_FuelManagerComponentSerializer.c.

◆ GetTargetType()

class SCR_SerializedFuelNode GetTargetType ( )

Definition at line 1 of file SCR_FuelManagerComponentSerializer.c.

◆ Serialize()

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

Definition at line 16 of file SCR_FuelManagerComponentSerializer.c.

Variable Documentation

◆ fuel

float fuel

Definition at line 12 of file SCR_FuelManagerComponentSerializer.c.

◆ tankId

int tankId

Definition at line 11 of file SCR_FuelManagerComponentSerializer.c.