From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Return CfgWaypoints type of scripted waypoint.
Returns empty string/config when waypoint is not scripted
Returns "Custom"/CfgWaypoints root when waypoint is using custom script.
- Execution:
- call
- Groups:
- Waypoints
Syntax
- Syntax:
- [waypoint,type] call BIS_fnc_scriptedWaypointType
- Parameters:
- waypoint: Array - waypoint in question
- type: String or Config - (Optional, default configFile) type of returned value, can by any string and any config
- Return Value:
- String or Config - string in format ("category/class") or config in format (CfgWaypoints path)
Examples
- Example 1:
Additional Information
- See also:
- Waypoints Custom Waypoints
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