![]() |
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 | RestAPIHelper< JsonApiStruct T > |
| class | GetTransformResult |
Functions | |
| array< string > | GetObjects (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 T > | content = {} |
| vector | location |
| vector | rotation |
| vector | scale |
| array< string > GetObjects | ( | notnull const BlenderRestAPI | connection | ) |
Definition at line 26 of file BlenderEndpoints.c.
| GetTransformResult JsonApiStruct GetTransform | ( | notnull const BlenderRestAPI | connection, |
| string | object_name ) |
Definition at line 26 of file BlenderEndpoints.c.
| bool OpenBlendFile | ( | notnull const BlenderRestAPI | connection, |
| string | blend_file ) |
Definition at line 62 of file BlenderEndpoints.c.
| class RestAPIHelper< JsonApiStruct T > content = {} |
| vector location |
Definition at line 48 of file BlenderEndpoints.c.
| vector rotation |
Definition at line 49 of file BlenderEndpoints.c.
| vector scale |
Definition at line 50 of file BlenderEndpoints.c.