| ASL_AutonomousObjectOwner Property |
Sets the owner and syncs it across all users.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public int Owner { get; set; }
Public Property Owner As Integer
Get
Set
public:
property int Owner {
int get ();
void set (int value);
}
member Owner : int with get, set
Property Value
Type:
Int32See Also