[][src]Function tes3mp_plugin::plugin::generated::set_object_list_console_command

pub fn set_object_list_console_command(console_command: &str)

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