execEditorScript (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Execute an editor script for the specified object.
Syntax
- Syntax:
- map execEditorScript [object, script]
- Parameters:
- map: Control -
- object: Object -
- script: String - e.g. "create", "destroy", "update"
- Return Value:
- Object
Examples
- Example 1:
"_map execEditorScript [""_team_1"", ""create""]"
Additional Information
- Multiplayer:
- Behaviour unknown.

