Function Byond_CreateList

Source
pub unsafe extern "C-unwind" fn Byond_CreateList(
    result: *mut CByondValue,
) -> bool
Expand description

Creates an empty list with a temporary reference. Equivalent to list(). Blocks if not on the main thread.

§Arguments

  • result - Result

§Returns

True on success