![]() |
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 | PrefabImporterRequest |
| class | PrefabImporterUtils |
Functions | |
| void | PrefabImporterResponse () |
| class PrefabImporterUtils | GetRequest () |
| int | GetPrefabParamIndex (BaseContainer prefab, string name) |
| void | GetPrefabParams (IEntitySource prefab, PrefabImporterResponse response) |
| string | GetFBXPath (IEntitySource prefab, int meshObjectID, string meshVarName, PrefabImporterResponse response, bool getEmat) |
| void | GetPrefabEmat (IEntitySource prefab, PrefabImporterResponse response) |
| void | ReadAncestor (IEntitySource prefab, PrefabImporterResponse response, bool getMeshObject) |
| void | ReadChild (IEntitySource prefab, PrefabImporterResponse response) |
| void | ReadFirst (ResourceName path, PrefabImporterResponse response) |
| int | RemoveOverloadedPrefabs (PrefabImporterResponse response, int startIndex) |
| override JsonApiStruct | GetResponse (JsonApiStruct request) |
Variables | |
| PrefabImporterRequest | status |
| string | message |
| ref array< string > | fbx = new array<string> |
| ref array< string > | coords = new array<string> |
| ref array< string > | angles = new array<string> |
| ref array< string > | scales = new array<string> |
| ref array< string > | pivots = new array<string> |
| ref array< string > | ids = new array<string> |
| ref array< string > | sourceMat = new array<string> |
| ref array< string > | ematPath = new array<string> |
| ref array< int > | parents = new array<int> |
| int | stopped |
| int | size |
| string GetRequest::GetFBXPath | ( | IEntitySource | prefab, |
| int | meshObjectID, | ||
| string | meshVarName, | ||
| PrefabImporterResponse | response, | ||
| bool | getEmat ) |
Definition at line 482 of file PrefabImporter.c.
| void GetRequest::GetPrefabEmat | ( | IEntitySource | prefab, |
| PrefabImporterResponse | response ) |
Definition at line 506 of file PrefabImporter.c.
| int GetRequest::GetPrefabParamIndex | ( | BaseContainer | prefab, |
| string | name ) |
Definition at line 342 of file PrefabImporter.c.
| void GetRequest::GetPrefabParams | ( | IEntitySource | prefab, |
| PrefabImporterResponse | response ) |
Definition at line 358 of file PrefabImporter.c.
| class PrefabImporterUtils GetRequest | ( | ) |
Definition at line 37 of file PrefabImporter.c.
| override JsonApiStruct GetResponse | ( | JsonApiStruct | request | ) |
Definition at line 343 of file PrefabImporter.c.
| void PrefabImporterResponse | ( | ) |
Definition at line 37 of file PrefabImporter.c.
| void GetRequest::ReadAncestor | ( | IEntitySource | prefab, |
| PrefabImporterResponse | response, | ||
| bool | getMeshObject ) |
Definition at line 534 of file PrefabImporter.c.
| void GetRequest::ReadChild | ( | IEntitySource | prefab, |
| PrefabImporterResponse | response ) |
Definition at line 554 of file PrefabImporter.c.
| void GetRequest::ReadFirst | ( | ResourceName | path, |
| PrefabImporterResponse | response ) |
Definition at line 566 of file PrefabImporter.c.
| int GetRequest::RemoveOverloadedPrefabs | ( | PrefabImporterResponse | response, |
| int | startIndex ) |
Definition at line 587 of file PrefabImporter.c.
Definition at line 22 of file PrefabImporter.c.
Definition at line 21 of file PrefabImporter.c.
Definition at line 31 of file PrefabImporter.c.
Definition at line 19 of file PrefabImporter.c.
Definition at line 27 of file PrefabImporter.c.
| string message |
Definition at line 17 of file PrefabImporter.c.
Definition at line 33 of file PrefabImporter.c.
Definition at line 25 of file PrefabImporter.c.
Definition at line 23 of file PrefabImporter.c.
| int size |
Definition at line 35 of file PrefabImporter.c.
Definition at line 29 of file PrefabImporter.c.
| PrefabImporterRequest status |
| int stopped |
Definition at line 34 of file PrefabImporter.c.