RedGPU API / RedGPU / Util / uuidToUint
Function: uuidToUint()
uuidToUint(
uuid):number
Defined in: src/utils/uuid/uuidToUint.ts:18
Converts a UUID string to a 32-bit unsigned integer.
Example
typescript
const uintId = RedGPU.Util.uuidToUint('123e4567-e89b-12d3-a456-426614174000');Parameters
| Parameter | Type | Description |
|---|---|---|
uuid | string | UUID string to convert |
Returns
number
Converted 32-bit unsigned integer