Sets a resource instance value at the specified index of an array.
More...
|
void | AwaStringArray_SetValueAsCString (AwaStringArray *array, AwaArrayIndex index, const char *value) |
|
void | AwaIntegerArray_SetValue (AwaIntegerArray *array, AwaArrayIndex index, AwaInteger value) |
|
void | AwaFloatArray_SetValue (AwaFloatArray *array, AwaArrayIndex index, AwaFloat value) |
|
void | AwaBooleanArray_SetValue (AwaBooleanArray *array, AwaArrayIndex index, AwaBoolean value) |
|
void | AwaOpaqueArray_SetValue (AwaOpaqueArray *array, AwaArrayIndex index, AwaOpaque value) |
|
void | AwaTimeArray_SetValue (AwaTimeArray *array, AwaArrayIndex index, AwaTime value) |
|
void | AwaObjectLinkArray_SetValue (AwaObjectLinkArray *array, AwaArrayIndex index, AwaObjectLink value) |
|
Sets a resource instance value at the specified index of an array.
- Parameters
-
[in] | array | A pointer to a valid resource array of the specified type. |
[in] | index | The destination index of the resource instance to set the value to. |
[in] | value | The value of the resource instance. |