type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


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


| [[String]] |= Return value
| [[String]] |RETURNVALUE=


| s2= '''type''' task |= Syntax
| s2= '''type''' task |SYNTAX=


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


|r2= [[String]] - the type of the task|= Return value
|r2= [[String]] - the type of the task|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_locationType = [[type]] myLocation;</code> |= Example 1
|x1= <code>_locationType = [[type]] myLocation;</code> |EXAMPLE1=
|x2= <code>_taskType = [[type]] myTask;</code> |= Example 1
|x2= <code>_taskType = [[type]] myTask;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setType]] |= See also
| [[setType]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 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