Skip to main content

odin_room_get_ref

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

NameTypeDescription
roomstruct OdinRoom *The room handle.

Return Value

TypeDescription
uint64_tThe internal room reference ID, or 0.