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

pub fn set_actor_ai_coordinates(x: f64, y: f64, z: f64)

Set the coordinates for the AI package associated with the current AI action.

x The X coordinate.
y The Y coordinate.
z The Z coordinate.

Returns void