type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma1 |Game name=
|game1= arma1
|version1= 1.08


|1.08|Game version=
|game2= arma2
|version2= 1.00


|arg= |Multiplayer Arguments=
|game3= arma2oa
|version3= 1.50


|eff= |Multiplayer Effects=
|game4= tkoh
|version4= 1.00


|gr1= Locations |GROUP1=
|game5= arma3
|version5= 0.50


|gr2= Briefing |GROUP2=
|gr1= Locations


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


| '''type''' location |SYNTAX=
|descr= Returns a string of a [[Location]]'s class name or [[Task]]'s name (same as [[taskName]]).


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


| [[String]] |RETURNVALUE=
|p1= location: [[Location]]


| s2= '''type''' task |SYNTAX2=
|r1= [[String]]


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


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


| [[setType]] |SEEALSO=
|r2= [[String]] - the type of the task


|x1= <sqf>_locationType = type myLocation;</sqf>
|x2= <sqf>_taskName = type myTask;</sqf>
|seealso= [[setType]]
}}
}}
<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:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]

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