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

pub fn set_object_summon_state(summon_state: bool)

Set the summon state of the temporary object stored on the server.

This only affects living actors and determines whether they are summons of another
living actor.

summon_state The summon state.

Returns void