public struct PlayerSetBlockStateEvent : IEventPayload

Payload for the "PlayerSetBlockState" event.


public ulong GetPlayer()

(Client) Get the id of the player we've just blocked.

Returns: (ulong) The steam id of the player.


public bool GetBlockedState()

(Client) Get the blocked state of the client.

Returns: (bool) The blocked state.