TextDraw_Create

Function TextDraw_Create 

Source
pub fn TextDraw_Create(
    x: f32,
    y: f32,
    text: &str,
    id: &mut i32,
) -> Option<TextDraw>