Enumeration

ClapperPlayerMessageDestination

since: 0.10

Declaration

enum Clapper.PlayerMessageDestination

Description

No description available.

Available since: 0.10

Members

CLAPPER_PLAYER_MESSAGE_DESTINATION_PLAYER

Messaging from application or reactable enhancers to the player itself.

  • Value: 0
  • Available since: 0.10
CLAPPER_PLAYER_MESSAGE_DESTINATION_REACTABLES

Messaging from application to the reactable enhancers.

  • Value: 1
  • Available since: 0.10
CLAPPER_PLAYER_MESSAGE_DESTINATION_APPLICATION

Messaging from reactable enhancers to the application.

  • Value: 2
  • Available since: 0.10