fromEditor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


|1.00
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


|gr1= Game 2 Editor
|gr1= Game 2 Editor


| Return if given team was inserted directly from mission editor.
|descr= Return if given team was inserted directly from mission editor.
{{Feature|informative|Some Old Editor Command}}


| '''fromEditor''' teamMember
|s1= [[fromEditor]] teamMember


|p1= teamMember: [[Team Member]]
|p1= teamMember: [[Team Member]]


| [[Boolean]]
|r1= [[Boolean]]


|x1= <code>_fromEditor <nowiki>=</nowiki> [[fromEditor]] _member</code>
|x1= <sqf>_fromEditor = fromEditor _member;</sqf>


| -
|seealso= -
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on March 18, 2021 - 18:06 (UTC)</dd>
<dt class="note">[[User:Ilias38rus|Ilias38rus]]</dt>
<dd class="note">{{#if:
Doesn't work in Arma 3 ver 2.02 .
|
Doesn't work in Arma 3 ver 2.02 .
|-no text provided-}}</dd>
</dl>

Latest revision as of 23:43, 28 June 2022

Hover & click on the images for description

Description

Description:
Return if given team was inserted directly from mission editor.
Some Old Editor Command
Groups:
Game 2 Editor

Syntax

Syntax:
fromEditor teamMember
Parameters:
teamMember: Team Member
Return Value:
Boolean

Examples

Example 1:
_fromEditor = fromEditor _member;

Additional Information

See also:
-

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note