Game logic - Entity template – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Ylands " to "[[Ylands:")
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Description=
=Description=
Template for spawning '''new entities''' - either items, NPCs or vehicles. All atributes (HP, color etc) set in entity template will be carried over to newly spawned entity. New entities are spawned using [[Ylands Tile - Spawn entity template|'''Spawn Entity''']] instruction.
Template for spawning '''new entities''' - either items, NPCs or vehicles. All atributes (HP, color etc) set in entity template will be carried over to newly spawned entity. New entities are spawned using [[Ylands:Tile - Spawn entity template|'''Spawn Entity''']] instruction.


*All atributes picked to the entity template will be transfered to the spawned entity.
*All atributes picked to the entity template will be transfered to the spawned entity.
Line 6: Line 6:
*Template remembers the entity in state when it was picked. Thus the entity can be removed after being picked.
*Template remembers the entity in state when it was picked. Thus the entity can be removed after being picked.


=Properties=
= Properties =
===Entity===  
=== Entity ===
*Entity to be spawned
*Entity to be spawned
*Click to edit entity properties
*Click to edit entity properties


=Entity template events=
= Entity template events =
*[[Ylands Tile - Entity Template On Entity Spawn|On Entity Spawn]]
*[[Ylands:Tile - Entity Template On Entity Spawn|On Entity Spawn]]


=Related instructions=
= Related instructions =
*[[Ylands Tile - Spawn entity template|Spawn Entity From Template]]
*[[Ylands:Tile - Spawn entity template|Spawn Entity From Template]]




----
----
{{Ylands scripting navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}


[[Category: Ylands 0.10]]
[[Category: Ylands 0.10]]
[[Category: Game Logic]]
[[Category: Game Logic]]

Revision as of 17:35, 16 November 2022

Description

Template for spawning new entities - either items, NPCs or vehicles. All atributes (HP, color etc) set in entity template will be carried over to newly spawned entity. New entities are spawned using Spawn Entity instruction.

  • All atributes picked to the entity template will be transfered to the spawned entity.
  • Attributes of picked entity can be modified directly in the Template
  • Template remembers the entity in state when it was picked. Thus the entity can be removed after being picked.

Properties

Entity

  • Entity to be spawned
  • Click to edit entity properties

Entity template events

Related instructions