Function Byond_TestRef

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

Test if a reference-type CByondValue is valid Blocks if not on the main thread.

§Arguments

  • src - Pointer to the reference to test; will be filled with null if the reference is invalid

§Returns

True if ref is valid; false if not