Function set_object_list_console_command

Source
pub fn set_object_list_console_command(console_command: &str)
Expand description

Set the console command of the temporary object list stored on the server.

When sent, the command will run once on every object added to the object list. If no objects
have been added, it will run once without any object reference.

console_command The console command.

Returns void