[This is preliminary documentation and is subject to change.]
Gets the entity this fire is attached to.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Entity ParentEntity { get; }
Public ReadOnly Property ParentEntity As Entity
Get
public:
property Entity^ ParentEntity {
Entity^ get ();
}
Property Value
Type:
EntityThe entity this fire is attached to.
Reference