Sets the socket color value at the specified index to the value of <Color> object submitted to this function.
int32 SetInSocketColor( int32 p_iSocketIndex, Color p_oSocketColor )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_iSocketIndex | An <int32> representing the index of the socket. |
| <Color> | p_oSocketColor | A pointer to a <Color> object that stores the color you wish to set as the socket color. |
None published. Please look for an example in the Simdify Scripting Language code base.