| ASLObjectm_Id Property |
The unique id of this object. This id is synced with all other players
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public string m_Id { get; private set; }
Public Property m_Id As String
Get
Private Set
public:
property String^ m_Id {
String^ get ();
private: void set (String^ value);
}
member m_Id : string with get, private set
Property Value
Type:
StringSee Also