| ASLObjectm_Mine Property |
Flag indicating whether or not this player currently owns this object or not
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool m_Mine { get; private set; }
Public Property m_Mine As Boolean
Get
Private Set
public:
property bool m_Mine {
bool get ();
private: void set (bool value);
}
member m_Mine : bool with get, private set
Property Value
Type:
BooleanSee Also