type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 13: Line 12:


|gr2= Briefing |GROUP2=
|gr2= Briefing |GROUP2=
____________________________________________________________________________________________


| 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.|DESCRIPTION=
____________________________________________________________________________________________


| '''type''' location |SYNTAX=
| '''type''' location |SYNTAX=
Line 29: Line 26:


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


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

Revision as of 05:18, 17 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

Notes

Bottom Section