Function Byond_Refcount

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

Equivalent to calling refcount(value) Blocks if not on the main thread.

§Arguments

  • src - The object to refcount
  • result - Pointer to accept result

§Returns

True on success