![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| RplId | GetRplId () |
| void | SCR_PossessSpawnData () |
| override bool | IsValid () |
| override void | SetSkipPreload (bool skip) |
| override bool | GetSkipPreload () |
Static Protected Member Functions | |
| static SCR_PossessSpawnData | FromRplId (RplId id) |
| static SCR_PossessSpawnData | FromEntity (notnull IEntity entity) |
Protected Attributes | |
| RplId | m_RplId |
| bool | m_bSkipPreload |
Definition at line 2 of file SCR_PossessSpawnData.c.
|
inlineprotected |
Definition at line 39 of file SCR_PossessSpawnData.c.
|
inlinestaticprotected |
Create data from provided entity. Note: Not recommended for non-authority use as entities can stream in and out.
Definition at line 29 of file SCR_PossessSpawnData.c.
|
inlinestaticprotected |
Create data from provided RplId of possessable entity.
Definition at line 18 of file SCR_PossessSpawnData.c.
|
inlineprotected |
Returns RplId of entity to posses.
Definition at line 10 of file SCR_PossessSpawnData.c.
|
inlineprotected |
Definition at line 56 of file SCR_PossessSpawnData.c.
|
inlineprotected |
Are data valid in the most basic context?
Definition at line 46 of file SCR_PossessSpawnData.c.
|
inlineprotected |
Definition at line 51 of file SCR_PossessSpawnData.c.
|
protected |
Definition at line 5 of file SCR_PossessSpawnData.c.
|
protected |
Definition at line 4 of file SCR_PossessSpawnData.c.