Game logic - Logic label – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


=Properties=
=Properties=
===Entities===
===Logic===
*List of entities belonging to current Label.
*List of Game logic belonging to current Label.
*Click '''+''' to add new entries and then use picker to select entity from scene.
*Click '''+''' to add new entries and then use picker to select entity from scene.


=Entity label events=
=Logic label events=
*[[Ylands Tile - Entity label On Entity Added-Removed|On Entity Added / Removed]]
*[[Ylands Tile - Logic label On Logic Added-Removed|On Logic Added / Removed]]
*[[Ylands Tile - Entity label On Count Changed|On Count Changed]]
*[[Ylands Tile - Logic label On Count Changed|On Count Changed]]


=Related instructions=
=Related instructions=
===Logic label===
===Logic label===
*[[Ylands Tile - Add-Remove entity to label|Add / Remove entity]]
*[[Ylands Tile - Add-Remove logic to label|Add / Remove game logic]]
*[[Ylands Tile - Get label entities|Get entities]]
*[[Ylands Tile - Get label logic|Get logic objects]]
*[[Ylands Tile - Get label entity count|Get entity count]]
*[[Ylands Tile - Get label logic count|Get logic objects count]]


===Game logic===
===Game logic===
*[[Ylands Tile - Attach-Remove entity label|Attach / Remove entity label]]
*[[Ylands Tile - Attach-Remove Game logic label|Attach / Remove label]]
*[[Ylands Tile - Get entity labels|Get entity labels]]
*[[Ylands Tile - Has Game logic label|Has label]]
*[[Ylands Tile - Has entity label| Has entity label]]
*[[Ylands Tile - Get Game logic labels|Get labels]]





Revision as of 15:21, 29 November 2018

Description

Logic label is a collection of game logic. Game logic can be easily added or removed from a label, either by editing the label properties or trough visual scripting instructions. It is possible to check whenever a game logic is part of a label and utilize this information in a game script.

  • Each game logic can be part of any number of Labels.
  • Label collection is dynamic. It is possible to add/remove game logic during play.

Spawn points:

  • It is possible to group Spawn points in a Logic label and use it as spawn place in Player role and Player team. Player spawn is then selected randomly from the collection.

Notes:

  • New game logic assigned trough script are put at the end of the list.

Properties

Logic

  • List of Game logic belonging to current Label.
  • Click + to add new entries and then use picker to select entity from scene.

Logic label events

Related instructions

Logic label

Game logic



Template:Ylands scripting navbox




Template:Ylands scripting navbox