Should return true if this thing is lockable by this Living.

Namespace: BaseLib.Interfaces
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
CanResult CanLock(
	Living p
)

Parameters

p
Type: BaseLib..::..Living

[Missing <param name="p"/> documentation for "M:BaseLib.Interfaces.ILockable.CanLock(BaseLib.Living)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Interfaces.ILockable.CanLock(BaseLib.Living)"]

See Also