|
Arma Reforger Script API
|
Public Member Functions | |
| void | OnWaypointCreated (notnull SCR_AIWaypoint waypoint) |
| Method called when waypoint is created but havent been yet assigned to any group. | |
| void | OnWaypointIssued (notnull SCR_AIWaypoint waypoint, notnull SCR_AIGroup group) |
| Method called when waypoint is assigned to the group. | |
| void SCR_BaseWaypointCommandHandler.OnWaypointCreated | ( | notnull SCR_AIWaypoint | waypoint | ) |
Method called when waypoint is created but havent been yet assigned to any group.
| [in] | waypoint |
Implemented in SCR_ArtilleryWaypointCommandHandler.
| void SCR_BaseWaypointCommandHandler.OnWaypointIssued | ( | notnull SCR_AIWaypoint | waypoint, |
| notnull SCR_AIGroup | group ) |
Method called when waypoint is assigned to the group.
| [in] | waypoint | |
| [in] | group |
Implemented in SCR_ArtilleryWaypointCommandHandler.