|
enum class | CustomPermissions : ushort {
Build = 1 << 0
, Mine = 1 << 1
, DoorsAndSwitches = 1 << 2
, OpenContainers = 1 << 3
,
AttackPlayers = 1 << 4
, AttackMobs = 1 << 5
, OperatorCommands = 1 << 6
, Teleport = 1 << 7
} |
|
|
MCAPI bool | getCustomAbilityValue (::AbilitiesIndex ability) const |
|
|
::ll::TypedStorage< 8, 8, ::ActorUniqueID > | mTargetPlayerId |
|
::ll::TypedStorage< 1, 1, ::PlayerPermissionLevel > | mPlayerPermissions |
|
::ll::TypedStorage< 2, 2, ushort > | mCustomPermissionFlags |
|
The documentation for this struct was generated from the following file: