CreateTextLabel

From RAGE Multiplayer Wiki

Creates a floating text label.


C# Syntax

TextLabel NAPI.TextLabel.CreateTextLabel(string text, Vector3 pos, float range, float size, int font, Color color, bool entitySeethrough = false, uint dimension NAPI..GlobalDimension);

Parameters

  • string : parameter input should be in string type
  • pos: parameter input should be in Vector3 type
  • range: parameter input should be in float type
  • size: parameter input should be in float type
  • font: parameter input should be in int type
  • color: parameter input should be in Color type
  • entitySeethrough: optional parameter, input should be in bool type
  • dimension: optional parameter, input should be in uint type


Example

// Code here...