type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma1 * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= arma1 |version1= $1 |game2")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(4 intermediate revisions by the same user not shown)
Line 22: Line 22:
|descr= Returns a string of a [[Location]]'s class name or [[Task]]'s name (same as [[taskName]]).
|descr= Returns a string of a [[Location]]'s class name or [[Task]]'s name (same as [[taskName]]).


|s1= '''type''' location
|s1= [[type]] location


|p1= location: [[Location]]
|p1= location: [[Location]]
Line 28: Line 28:
|r1= [[String]]
|r1= [[String]]


|s2= '''type''' task
|s2= [[type]] task


|p21= task: [[Task]]
|p21= task: [[Task]]
Line 34: Line 34:
|r2= [[String]] - the type of the task
|r2= [[String]] - the type of the task


|x1= <code>_locationType = [[type]] myLocation;</code>
|x1= <sqf>_locationType = type myLocation;</sqf>
|x2= <code>_taskName = [[type]] myTask;</code>
|x2= <sqf>_taskName = type myTask;</sqf>


|seealso= [[setType]]
|seealso= [[setType]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 11:25, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns a string of a Location's class name or Task's name (same as taskName).
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:
_taskName = 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