TextLabel_Create

Function TextLabel_Create 

Source
pub fn TextLabel_Create(
    text: &str,
    color: u32,
    x: f32,
    y: f32,
    z: f32,
    drawDistance: f32,
    virtualWorld: i32,
    los: bool,
    id: &mut i32,
) -> Option<TextLabel>