Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeploySmokeCoverWaypoint.c File Reference

Go to the source code of this file.

Classes

class  SCR_DeploySmokeCoverWaypointClass
class  SCR_DeploySmokeCoverWaypointState

Functions

SCR_DeploySmokeCoverWaypointClass SCR_AIWaypointClass Attribute ("1", UIWidgets.EditBox, desc:"Max number of grenades soldiers can use to deploy cover")] protected int m_iMaxGrenadeCount
int GetMaxGrenadeCount ()
void SetMaxGrenadeCount (float count)
SCR_AIActivitySmokeCoverFeatureProperties GetSmokeCoverProperties ()
void SetSmokeCoverProperties (SCR_AIActivitySmokeCoverFeatureProperties smokeCoverProperties)
override SCR_AIWaypointState CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp)

Variables

SCR_AIActivitySmokeCoverFeatureProperties m_SmokeCoverProperties

Function Documentation

◆ Attribute()

SCR_DeploySmokeCoverWaypointClass SCR_AIWaypointClass Attribute ( "1" ,
UIWidgets. EditBox,
desc:"Max number of grenades soldiers can use to deploy cover"  )

◆ CreateWaypointState()

override SCR_AIWaypointState CreateWaypointState ( SCR_AIGroupUtilityComponent groupUtilityComp)
protected

Definition at line 40 of file SCR_DeploySmokeCoverWaypoint.c.

◆ GetMaxGrenadeCount()

int GetMaxGrenadeCount ( )
protected

Definition at line 14 of file SCR_DeploySmokeCoverWaypoint.c.

◆ GetSmokeCoverProperties()

SCR_AIActivitySmokeCoverFeatureProperties GetSmokeCoverProperties ( )
protected

Definition at line 27 of file SCR_DeploySmokeCoverWaypoint.c.

◆ SetMaxGrenadeCount()

void SetMaxGrenadeCount ( float count)
protected
Parameters
[in]countMax grenade count to be used

Definition at line 21 of file SCR_DeploySmokeCoverWaypoint.c.

◆ SetSmokeCoverProperties()

void SetSmokeCoverProperties ( SCR_AIActivitySmokeCoverFeatureProperties smokeCoverProperties)
protected
Parameters
[in]smokeCoverPropertiesSets smoke cover properties for AI activity smoke cover waypoint.

Definition at line 34 of file SCR_DeploySmokeCoverWaypoint.c.

Variable Documentation

◆ m_SmokeCoverProperties

SCR_AIActivitySmokeCoverFeatureProperties m_SmokeCoverProperties
protected

Definition at line 11 of file SCR_DeploySmokeCoverWaypoint.c.