Function Byond_ReadPointer

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

Reads from a BYOND pointer Blocks if not on the main thread.

§Arguments

  • ptr - The BYOND pointer
  • result - Pointer to accept result

§Returns

True on success