Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_BaseWaypointCommandHandler Interface Reference
Inheritance diagram for SCR_BaseWaypointCommandHandler:
SCR_ArtilleryWaypointCommandHandler

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.
 

Member Function Documentation

◆ OnWaypointCreated()

void SCR_BaseWaypointCommandHandler.OnWaypointCreated ( notnull SCR_AIWaypoint waypoint)

Method called when waypoint is created but havent been yet assigned to any group.

Parameters
[in]waypoint

Implemented in SCR_ArtilleryWaypointCommandHandler.

◆ OnWaypointIssued()

void SCR_BaseWaypointCommandHandler.OnWaypointIssued ( notnull SCR_AIWaypoint waypoint,
notnull SCR_AIGroup group )

Method called when waypoint is assigned to the group.

Parameters
[in]waypoint
[in]group

Implemented in SCR_ArtilleryWaypointCommandHandler.


The documentation for this interface was generated from the following file: