room_set_view_enabled(ind,val)

From ENIGMA
Jump to navigation Jump to search

Description

Sets whether or not views must be enabled for the given room.

Parameters

Parameter Data Type Description
ind unsigned index of the room
val boolean whether or not to enable views

Return Values

void: This function does not return anything.

Example Call

// demonstrates enabling views for a room
room_set_view_enabled(rm_menu, true);