OpenVSPAPI  3.19.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.

Returns
C++ type vector of vec3d objects