-
Notifications
You must be signed in to change notification settings - Fork 2
03. Properties
The plugin has only a few properties which are almost self explaining, but let's cover them up
Max players : This defines a maximum of players allowed to join your game before "On too many players" is triggered. Understand this correctly, it won't reject more players to connect. If the defined maximum is reached, a new connection won't trigger "On player joined" but instead will trigger "On too many players"
Is controller : One big request from the Construct2/3 community was to be able to build AirConsole controllers directly within Construct2/3. If your project is intended to become a controller, then you should check that.
Use translation : If you want to use airConsole's translation API, check this one.
Orientation : Only if "Is controller" is checked. Defines the orientation of the portable device used as a controller. This will not affect the screen!
Synchronize time : Only if "Is controller" is checked. If you intend to use the "getServerTime" expression, you need to init your controllers with this property checked
Device motion : Only if "Is controller" is checked. If set to a value higher than 0, the controller will trigger "On device motion" every specified miliseconds sending usefull gyro informations.