[This is preliminary documentation and is subject to change.]
Gets the name of this model.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
Property Value
Type:
StringIf successful, the name of this model; otherwise,
null.
Reference