type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.08|Game version=
|1.08


|arg= |Multiplayer Arguments=
|arg=


|eff= |Multiplayer Effects=
|eff=


|gr1= Locations |GROUP1=
|gr1= Locations


|gr2= Briefing |GROUP2=
|gr2= Briefing


| Returns a string of a [[Location]]'s class name or [[Task]]'s type.|DESCRIPTION=
| Returns a string of a [[Location]]'s class name or [[Task]]'s type.


| '''type''' location |SYNTAX=
| '''type''' location


|p1= location: [[Location]] |PARAMETER1=
|p1= location: [[Location]]


| [[String]] |RETURNVALUE=
| [[String]]


| s2= '''type''' task |SYNTAX2=
| s2= '''type''' task


|p21= task: [[Task]] |PARAMETER21=
|p21= task: [[Task]] |PARAMETER21=


|r2= [[String]] - the type of the task|RETURNVALUE2=
|r2= [[String]] - the type of the task
   
   
|x1= <code>_locationType = [[type]] myLocation;</code> |EXAMPLE1=
|x1= <code>_locationType = [[type]] myLocation;</code>
|x2= <code>_taskType = [[type]] myTask;</code> |EXAMPLE2=
|x2= <code>_taskType = [[type]] myTask;</code>


| [[setType]] |SEEALSO=
| [[setType]]


}}
}}

Revision as of 12:28, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns a string of a Location's class name or Task's type.
Groups:
LocationsBriefing

Syntax

Syntax:
type location
Parameters:
location: Location
Return Value:
String

Alternative Syntax

Syntax:
type task
Parameters:
task: Task
Return Value:
String - the type of the task

Examples

Example 1:
_locationType = type myLocation;
Example 2:
_taskType = type myTask;

Additional Information

See also:
setType

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