draw_marker

Function draw_marker 

Source
pub fn draw_marker(
    _type: i32,
    _pos_x: f32,
    _pos_y: f32,
    _pos_z: f32,
    _dir_x: f32,
    _dir_y: f32,
    _dir_z: f32,
    _rot_x: f32,
    _rot_y: f32,
    _rot_z: f32,
    _scale_x: f32,
    _scale_y: f32,
    _scale_z: f32,
    _red: i32,
    _green: i32,
    _blue: i32,
    _alpha: i32,
    _bob_up_and_down: bool,
    _face_camera: bool,
    _p_19: i32,
    _rotate: bool,
    _texture_dict: impl AsCharPtr,
    _texture_name: impl AsCharPtr,
    _draw_on_ents: bool,
)