OpenVSPAPI  3.20.0
Functions
API Proxy Utility Functions

The API functions defined in this group enable conversion between AngelScript and OpenVSP C++ data types, such as array and vector.

Click here to return to the main page. More...

Functions

vec3d[] GetProxyVec3dArray ()
 

Detailed Description

Function Documentation

◆ GetProxyVec3dArray()

vec3d [] GetProxyVec3dArray ( )

Get a vector < vec3d > from a CScriptArray. Functions such as this are required to convert between AngelScript array and C++ std::vector.

//==== Get Vector of Vec3d From App =====//
Returns
C++ type vector of vec3d objects
GetProxyVec3dArray
vec3d[] GetProxyVec3dArray()
array
AngelScript ScriptExtension for representing the C++ std::vector.
Definition: openvsp_as.h:244