Method GetAppropriateName
GetAppropriateName()
Gets the appropriate name of this Blip in the same way the game does.
Declaration
public string GetAppropriateName()
Returns
Type | Description |
---|---|
System.String | The same System.String as Name if the custom string is set; otherwise, the localized System.String from the games language files with the same GXT key hash as DisplayNameHash. |