GetModeInfo Data Member Function

Populates a <StrList> and <Int32Array> with <TimerNode> mode names and mode indices.

Prototype

int32 GetModeInfo( StrList p_slModeNames, Int32Array p_aiModeIndices, TypeInfoArray p_aoTypes )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slModeNamesA pointer to the <StrList> you wish to populate with <TimerNode> mode names.
<Int32Array>p_aiModeIndicesA pointer to the <Int32Array> you wish to populate with <TimerNode> mode indices.
<TypeInfoArray>p_aoTypesThe <TypeInfoArray> you wish to populate with <TimerNode> mode <DataCapture> compatibility types. This will always be populated with <Float32Node>.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.