Function ByondValue_DecRef

Source
pub unsafe extern "C-unwind" fn ByondValue_DecRef(
    src: *const CByondValue,
)
Expand description

Mark a reference as no longer in use by Byondapi This can be used for temporary references to let them go immediately. Blocks if not on the main thread.

ยงArguments

  • src - The object to decref