type: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) 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.|= | | Returns a string of a [[Location]]'s class name or [[Task]]'s type.|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''type''' location |= | | '''type''' location |SYNTAX= | ||
|p1= location: [[Location]] |= | |p1= location: [[Location]] |PARAMETER1= | ||
| [[String]] |= | | [[String]] |RETURNVALUE= | ||
| s2= '''type''' task |= | | s2= '''type''' task |SYNTAX= | ||
|p21= task: [[Task]] |= | |p21= task: [[Task]] |PARAMETER1= | ||
|r2= [[String]] - the type of the task|= | |r2= [[String]] - the type of the task|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_locationType = [[type]] myLocation;</code> |= | |x1= <code>_locationType = [[type]] myLocation;</code> |EXAMPLE1= | ||
|x2= <code>_taskType = [[type]] myTask;</code> |= | |x2= <code>_taskType = [[type]] myTask;</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setType]] |= | | [[setType]] |SEEALSO= | ||
}} | }} |
Revision as of 14:50, 7 April 2019
Description
- Description:
- Returns a string of a Location's class name or Task's type.
- Groups:
- Uncategorised
Syntax
Alternative Syntax
Examples
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