LookupAttribute Data Member Function

Allows you to look up the value of an attribute in a script macro declaration.

Prototype

int32 LookupAttribute( string p_sName, Str p_oValue )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNameThe name of the attribute to look up.
<Str>p_oValueA pointer to a <Str> object that stores the value of the attribute. This will be empty if the attribute is not found.

Examples

Copy Text To Clipboard

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