FLMutableArray_Set

Function FLMutableArray_Set 

Source
pub unsafe extern "C" fn FLMutableArray_Set(
    arg1: FLMutableArray,
    index: u32,
) -> FLSlot
Expand description

Returns an \ref FLSlot that refers to the given index of the given array. You store a value to it by calling one of the nine FLSlot_Set... functions. \warning You should immediately store a value into the FLSlot. Do not keep it around; any changes to the array invalidate it.