Value::SetElement

Value::SetElement
SF_INLINE bool SetElement(unsigned idx, const Value& val);
Description

SetElement sets a specific element in the array by array index. Only valid for Array types.

Parameters
Parameters 
Description 
unsigned idx 
The index of the element to set. 
const Value& val 
The value of the element to set. 
Return Value

True if the element was set otherwise false.