type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "|SYNTAX= |p21=" to "|SYNTAX2= |p21=")
Line 20: Line 20:
| [[String]] |RETURNVALUE=
| [[String]] |RETURNVALUE=


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


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

Revision as of 04:24, 3 September 2019

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

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

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