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

Go to the source code of this file.

Classes

class  SCR_PersistentThreatSector

Functions

class SCR_PersistentThreatSector 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 idx
vector estimatedPos
float danger
SCR_EAIThreatSectorFlags flags

Function Documentation

◆ Deserialize()

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

Definition at line 70 of file AIControlComponentSerializer.c.

◆ GetTargetType()

class SCR_PersistentThreatSector GetTargetType ( )

Definition at line 1 of file AIControlComponentSerializer.c.

◆ Serialize()

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

Definition at line 18 of file AIControlComponentSerializer.c.

Variable Documentation

◆ danger

float danger

Definition at line 15 of file AIControlComponentSerializer.c.

◆ estimatedPos

vector estimatedPos

Definition at line 14 of file AIControlComponentSerializer.c.

◆ flags

Definition at line 16 of file AIControlComponentSerializer.c.

◆ idx

int idx

Definition at line 13 of file AIControlComponentSerializer.c.