Sets the value of the <Color> object submitted to this function to the value of the color for the socket at the specified index.
int32 GetInSocketColor( 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 socket color. |
None published. Please look for an example in the Simdify Scripting Language code base.