SetOutSocketColor Data Member Function

Sets the socket color value at the specified index to the value of <Color> object submitted to this function.

Prototype

int32 SetOutSocketColor( int32 p_iSocketIndex, Color p_oSocketColor )

Parameters

Parameter Type Parameter Name Documentation
int32p_iSocketIndexAn <int32> representing the index of the socket.
<Color>p_oSocketColorA pointer to a <Color> object that stores the color you wish to set as the socket color.

Examples

Copy Text To Clipboard

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