GetInstanceNameString Data Member Function

Sets the string parameter to the block's instance name string. For example, in "struct myStruct { vec4 myColor; } colorObject[4];", "colorObject[4]" is the block's instance name string.

Prototype

string GetInstanceNameString( string p_sBlockInstanceName )

Parameters

Parameter Type Parameter Name Documentation
stringp_sBlockInstanceNameThe string to set to the block instance name.

Examples

Copy Text To Clipboard

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