GetInSocketColor Data Member Function

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

Prototype

int32 GetInSocketColor( 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 socket color.

Examples

Copy Text To Clipboard

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