Function set_actor_list_action

Source
pub fn set_actor_list_action(action: u8)
Expand description

Set the action type of the temporary actor list stored on the server.

action The action type (0 for SET, 1 for ADD, 2 for REMOVE, 3 for REQUEST).

Returns void