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

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< stringfbx = new array<string>
ref array< stringcoords = new array<string>
ref array< stringangles = new array<string>
ref array< stringscales = new array<string>
ref array< stringpivots = new array<string>
ref array< stringids = new array<string>
ref array< stringsourceMat = new array<string>
ref array< stringematPath = new array<string>
ref array< intparents = new array<int>
int stopped
int size

Function Documentation

◆ GetFBXPath()

string GetRequest::GetFBXPath ( IEntitySource prefab,
int meshObjectID,
string meshVarName,
PrefabImporterResponse response,
bool getEmat )

Definition at line 482 of file PrefabImporter.c.

◆ GetPrefabEmat()

void GetRequest::GetPrefabEmat ( IEntitySource prefab,
PrefabImporterResponse response )

Definition at line 506 of file PrefabImporter.c.

◆ GetPrefabParamIndex()

int GetRequest::GetPrefabParamIndex ( BaseContainer prefab,
string name )

Definition at line 342 of file PrefabImporter.c.

◆ GetPrefabParams()

void GetRequest::GetPrefabParams ( IEntitySource prefab,
PrefabImporterResponse response )

Definition at line 358 of file PrefabImporter.c.

◆ GetRequest()

class PrefabImporterUtils GetRequest ( )

Definition at line 37 of file PrefabImporter.c.

◆ GetResponse()

override JsonApiStruct GetResponse ( JsonApiStruct request)

Definition at line 343 of file PrefabImporter.c.

◆ PrefabImporterResponse()

void PrefabImporterResponse ( )

Definition at line 37 of file PrefabImporter.c.

◆ ReadAncestor()

void GetRequest::ReadAncestor ( IEntitySource prefab,
PrefabImporterResponse response,
bool getMeshObject )

Definition at line 534 of file PrefabImporter.c.

◆ ReadChild()

void GetRequest::ReadChild ( IEntitySource prefab,
PrefabImporterResponse response )

Definition at line 554 of file PrefabImporter.c.

◆ ReadFirst()

void GetRequest::ReadFirst ( ResourceName path,
PrefabImporterResponse response )

Definition at line 566 of file PrefabImporter.c.

◆ RemoveOverloadedPrefabs()

int GetRequest::RemoveOverloadedPrefabs ( PrefabImporterResponse response,
int startIndex )

Definition at line 587 of file PrefabImporter.c.

Variable Documentation

◆ angles

ref array<string> angles = new array<string>

Definition at line 22 of file PrefabImporter.c.

◆ coords

ref array<string> coords = new array<string>

Definition at line 21 of file PrefabImporter.c.

◆ ematPath

ref array<string> ematPath = new array<string>

Definition at line 31 of file PrefabImporter.c.

◆ fbx

ref array<string> fbx = new array<string>

Definition at line 19 of file PrefabImporter.c.

◆ ids

ref array<string> ids = new array<string>

Definition at line 27 of file PrefabImporter.c.

◆ message

string message

Definition at line 17 of file PrefabImporter.c.

◆ parents

ref array<int> parents = new array<int>

Definition at line 33 of file PrefabImporter.c.

◆ pivots

ref array<string> pivots = new array<string>

Definition at line 25 of file PrefabImporter.c.

◆ scales

ref array<string> scales = new array<string>

Definition at line 23 of file PrefabImporter.c.

◆ size

int size

Definition at line 35 of file PrefabImporter.c.

◆ sourceMat

ref array<string> sourceMat = new array<string>

Definition at line 29 of file PrefabImporter.c.

◆ status

◆ stopped

int stopped

Definition at line 34 of file PrefabImporter.c.