Click or drag to resize

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
)

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