![]() |
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_PersistentFaction |
Functions | |
| class SCR_PersistentFaction | GetTargetType () |
| ESerializeResult | Serialize (notnull IEntity entity, notnull SaveContext context) |
| bool | Deserialize (notnull IEntity entity, notnull LoadContext context) |
Variables | |
| FactionKey | m_sKey |
| bool | m_bPlayable |
| ref array< FactionKey > | m_aFriendlies |
| ref array< FactionKey > | m_aHostiles |
|
protected |
Definition at line 105 of file SCR_FactionManagerSerializer.c.
| class SCR_PersistentFaction GetTargetType | ( | ) |
Definition at line 1 of file SCR_FactionManagerSerializer.c.
|
protected |
Definition at line 18 of file SCR_FactionManagerSerializer.c.
| ref array<FactionKey> m_aFriendlies |
Definition at line 15 of file SCR_FactionManagerSerializer.c.
| ref array<FactionKey> m_aHostiles |
Definition at line 16 of file SCR_FactionManagerSerializer.c.
| bool m_bPlayable |
Definition at line 14 of file SCR_FactionManagerSerializer.c.
| FactionKey m_sKey |
Definition at line 13 of file SCR_FactionManagerSerializer.c.