Editor Object: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (description updated)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Editor Object Type=
=Editor Object Type=
'''Description:'''<br>
'''Description:'''<br>
Editor objects are used in OME and RTE for an abstract representation of what is on the map.
Editor objects are used in ''Offline Mission Editor'' (VBS2) and ''Real Time Editor'' for an abstract representation of what is on the map.


An editor object is a [[String]] build this way: <tt>"_type_x"</tt>, with type being the editor object's type, e.g. "unit", and x being the reference number. For example <tt>"_unit_1"</tt>, <tt>"_artillery_23"</tt>, <tt>"_marker_4"</tt>.
An editor object is a [[String]] build this way: {{hl|"_type_x"}}, with type being the editor object's type, e.g. "unit", and x being the reference number. For example {{hl|"_unit_1"}}, {{hl|"_artillery_23"}}, {{hl|"_marker_4"}}.


Introduced with Virtual Battlespace 2, does not refer to {{ofp}}, {{ofpr}} or {{arma1}}.  
Introduced with Virtual Battlespace 2, does not refer to {{ofp}}, {{ofpr}} or {{arma1}}.  


[[Category: Data Types]]
[[Category: Data Types]]

Latest revision as of 00:55, 16 November 2021

Editor Object Type

Description:
Editor objects are used in Offline Mission Editor (VBS2) and Real Time Editor for an abstract representation of what is on the map.

An editor object is a String build this way: "_type_x", with type being the editor object's type, e.g. "unit", and x being the reference number. For example "_unit_1", "_artillery_23", "_marker_4".

Introduced with Virtual Battlespace 2, does not refer to Operation Flashpoint, Operation Flashpoint: Resistance or Armed Assault.