[This is preliminary documentation and is subject to change.]
Gets or sets the model of this player.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Model Model { get; set; }
Public Property Model As Model
Get
Set
public:
property Model Model {
Model get ();
void set (Model value);
}
Property Value
Type:
ModelThe model of this player.
Reference