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

Go to the source code of this file.

Classes

class  RestAPIHelper< JsonApiStruct T >
class  GetTransformResult

Functions

array< stringGetObjects (notnull const BlenderRestAPI connection)
GetTransformResult JsonApiStruct GetTransform (notnull const BlenderRestAPI connection, string object_name)
bool OpenBlendFile (notnull const BlenderRestAPI connection, string blend_file)

Variables

class RestAPIHelper< JsonApiStruct Tcontent = {}
vector location
vector rotation
vector scale

Function Documentation

◆ GetObjects()

array< string > GetObjects ( notnull const BlenderRestAPI connection)

Definition at line 26 of file BlenderEndpoints.c.

◆ GetTransform()

GetTransformResult JsonApiStruct GetTransform ( notnull const BlenderRestAPI connection,
string object_name )

Definition at line 26 of file BlenderEndpoints.c.

◆ OpenBlendFile()

bool OpenBlendFile ( notnull const BlenderRestAPI connection,
string blend_file )

Definition at line 62 of file BlenderEndpoints.c.

Variable Documentation

◆ content

class RestAPIHelper< JsonApiStruct T > content = {}

◆ location

vector location

Definition at line 48 of file BlenderEndpoints.c.

◆ rotation

vector rotation

Definition at line 49 of file BlenderEndpoints.c.

◆ scale

vector scale

Definition at line 50 of file BlenderEndpoints.c.