Function set_object_summon_state

Source
pub fn set_object_summon_state(summon_state: bool)
Expand description

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