![]() |
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_EditableEntityComponent |
Functions | |
| void | Initialize (string authorUID, string platformID, PlatformKind platform, int authorID) |
| int | GetAllOwnedEntities (out notnull set< SCR_EditableEntityComponent > entities) |
Variables | |
| SCR_EditableEntityComponent | m_sAuthorUID |
| string | m_sAuthorPlatformID |
| PlatformKind | m_ePlatform |
| int | m_iAuthorID |
| int | m_iEntityCount |
| int GetAllOwnedEntities | ( | out notnull set< SCR_EditableEntityComponent > | entities | ) |
Definition at line 2407 of file SCR_EditableEntityComponent.c.
| void Initialize | ( | string | authorUID, |
| string | platformID, | ||
| PlatformKind | platform, | ||
| int | authorID ) |
Definition at line 2398 of file SCR_EditableEntityComponent.c.
| PlatformKind m_ePlatform |
Definition at line 2393 of file SCR_EditableEntityComponent.c.
| int m_iAuthorID |
Definition at line 2394 of file SCR_EditableEntityComponent.c.
| int m_iEntityCount |
Definition at line 2395 of file SCR_EditableEntityComponent.c.
| string m_sAuthorPlatformID |
Definition at line 2392 of file SCR_EditableEntityComponent.c.