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

Public Member Functions

override void OnWaypointCreated (notnull SCR_AIWaypoint waypoint)
 Method called when waypoint is created but havent been yet assigned to any group.
 
override void OnWaypointIssued (notnull SCR_AIWaypoint waypoint, notnull SCR_AIGroup group)
 Method called when waypoint is assigned to the group.
 

Protected Attributes

int m_iNumberOfRounds
 
SCR_EAIArtilleryAmmoType m_eAmmunitionType
 

Member Function Documentation

◆ OnWaypointCreated()

override void SCR_ArtilleryWaypointCommandHandler.OnWaypointCreated ( notnull SCR_AIWaypoint waypoint)

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

Parameters
[in]waypoint

Implements SCR_BaseWaypointCommandHandler.

◆ OnWaypointIssued()

override void SCR_ArtilleryWaypointCommandHandler.OnWaypointIssued ( notnull SCR_AIWaypoint waypoint,
notnull SCR_AIGroup group )

Method called when waypoint is assigned to the group.

Parameters
[in]waypoint
[in]group

Implements SCR_BaseWaypointCommandHandler.

Member Data Documentation

◆ m_eAmmunitionType

SCR_EAIArtilleryAmmoType SCR_ArtilleryWaypointCommandHandler.m_eAmmunitionType
protected

◆ m_iNumberOfRounds

int SCR_ArtilleryWaypointCommandHandler.m_iNumberOfRounds
protected

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