Function Byond_WritePointer

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

Writes to a BYOND pointer Blocks if not on the main thread.

§Arguments

  • ptr - The BYOND pointer
  • val - New value

§Returns

True on success