BIS fnc basicTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Some wiki formatting)
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Tasks


|1.00|= Game version
|descr= {{Feature|arma3|Internally used '''.fsm'''.}}
____________________________________________________________________________________________


| <pre>/*%FSM<COMPILE "C:\BIS\fsmeditor\missionTask.cfg, BIS_fnc_basicTask">*/
|s1=
/*%FSM<HEAD>*/
/*
item0[] = {"ATTACK",0,250,-125.000000,-125.000000,-25.000000,-75.000000,0.000000,"ATTACK"};
item1[] = {"New",4,218,0.000000,-125.000000,100.000000,-75.000000,0.000000,"New"};
item2[] = {"Existing",4,218,0.000000,-50.000000,100.000000,0.000000,0.000000,"Existing"};
item3[] = {"Add_a_new_task",2,250,125.000000,-125.000000,225.000000,-75.000000,0.000000,"Add a new task"};
item4[] = {"Change_task_stat",2,4346,125.000000,-50.000000,225.000000,0.000000,0.000000,"Change" \n "task state"};
item5[] = {"Task_ID___defined",-1,250,-125.000000,-300.000000,-25.000000,-150.000000,0.000000,"Task ID" \n "" \n "(defined" \n "by state name)"};
item6[] = {"Condition_and_Code",-1,250,0.000000,-300.000000,225.000000,-150.000000,0.000000,"Condition and Code" \n "" \n "Pre-set variables:" \n "" \n "_task:" \n "  Task ID" \n "" \n "_taskState:" \n "  Current task state." \n "  Empty string when task doesn't exist."};
version=1;
class LayoutItems
{
class Item5
{
class ItemInfo
{
FontFace="Arial";
FontHeight=8;
lStyle=1;
};
};
class Item6
{
class ItemInfo
{
FontFace="Arial";
FontHeight=8;
lStyle=1;
Align=0;
};
};
};
link0[] = {0,1};
link1[] = {0,2};
link2[] = {1,3};
link3[] = {2,4};
globals[] = {25.000000,1,0,0,16777215,640,480,1,9,6316128,1,-190.499237,297.867096,129.645691,-343.086792,584,623,1};
window[] = {0,-1,-1,-1,-1,993,225,1313,225,1,602};
*//*%FSM</HEAD>*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_basicTask]]; --> |= Syntax
|r1=


|p1= |= Parameter 1
|x1=
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Missions|{{uc:basicTask}}]]
[[Category:Functions|{{uc:basicTask}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:basicTask}}]]

Latest revision as of 13:58, 13 June 2021

Hover & click on the images for description

Description

Description:
Arma 3
Internally used .fsm.
Execution:
call
Groups:
Tasks

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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