writeUInt32LE method

int writeUInt32LE(
  1. int value,
  2. int offset,
  3. [bool noAssert]
)

Writes value at the specified offset with specified endian format. Returns offset plus the number of bytes written.

Implementation

external int writeUInt32LE(int value, int offset, [bool noAssert]);