| ASL_UserObjectIsOwner Method |
Returns true if the owner of this object is peerID.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool IsOwner(
int peerID
)
Public Function IsOwner (
peerID As Integer
) As Boolean
public:
bool IsOwner(
int peerID
)
member IsOwner :
peerID : int -> bool
Parameters
- peerID
- Type: SystemInt32
The owner of this object.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:ASL.ASL_UserObject.IsOwner(System.Int32)"]
See Also