Skip to main content

set_actor_ai_coordinates

Function set_actor_ai_coordinates 

Source
pub fn set_actor_ai_coordinates(x: f64, y: f64, z: f64)
Expand description

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