OrpheuGetStructMember

Syntax

native OrpheuGetStructMember(OrpheuStruct:struct,const memberName[],any:...)

Usage

struct
A handler to the struct
memberName
The name of the member of the struct we want to deal with
any
In case the value is multi cell (string or vector), an holder to receive them by ref

Description

Retrieves the value of a member of a struct given a struct handler and the member name

Return

In case the value is uni cell, the value itself