Sets the component of the vector at the specified index.
int32 SetComponent( int32 p_nComponent, uint64 p_nValue )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nComponent | The index of the component you wish to access. Value must be 0-3. |
| uint64 | p_nValue | The value you wish to set for the specified component. |
None published. Please look for an example in the Simdify Scripting Language code base.