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

pub fn set_actor_ai_target_to_object(ref_num: i16, mp_num: i16)

Set another object as the AI target of the temporary actor stored on the server.

ref_num The refNum of the target object.
mp_num The mpNum of the target object.

Returns void