Insert Data Member Function

Inserts a <Color4444> value into the array. Does not deallocate or destroy the <Color4444> object. May incur re-allocation costs depending on the size of any allocated reserve.

Prototype

int32 Insert( int32 p_nIndex, Color4444 p_oColor )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to insert the <Color4444> object.
<Color4444>p_oColorThe <Color4444> object to insert into the array.

Examples

Copy Text To Clipboard

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