uint64_t odin_room_get_ref(struct OdinRoom *room);
Overview
Retrieves the unique handle identifier for the specified room. Returns 0 if the room is invalid.
Parameters
| Name | Type | Description |
|---|
room | struct OdinRoom * | The room handle. |
Return Value
| Type | Description |
|---|
uint64_t | The internal room reference ID, or 0. |