[This is preliminary documentation and is subject to change.]

Returns true if player has ALL of the given permissions.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public bool Can(
	params Permission[] permissions
)

Parameters

permissions
array<Permission>[]()[][]

See Also