BIS fnc basicTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (description)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*%FSM<COMPILE "C:\BIS\fsmeditor\missionTask.cfg, BIS_fnc_basicTask">*/
| {{Feature arma3|Internally used '''.fsm.'''}} |= Description
/*%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
| |= Syntax


|p1= |= Parameter 1
|p1= |= Parameter 1

Revision as of 17:03, 29 May 2018


Hover & click on the images for description

Description

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

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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

Notes

Bottom Section