Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIMessage_NoAmmo Interface Reference
Inheritance diagram for SCR_AIMessage_NoAmmo:
SCR_AIMessageInfo SCR_AIMessageBase AIMessage

Public Member Functions

void SCR_AIMessage_NoAmmo ()
 
override void SetMessageParameters (SCR_AISendMessageBase node)
 
- Public Member Functions inherited from SCR_AIMessageInfo
override string GetDebugText ()
 
- Public Member Functions inherited from AIMessage
proto external void SetFlag (int fl)
 
proto external void ClearFlag (int fl)
 
proto external bool GetFlag (int fl)
 
proto external void SetText (string pText)
 
proto external string GetText ()
 
proto external vector GetPosition ()
 
proto external void SetPosition (vector pos)
 
proto external AIAgent GetSender ()
 sender is filled when broadcasting
 
proto external void SetReceiver (AIAgent pReceiver)
 
proto external AIAgent GetReceiver ()
 
proto external IEntity GetObject ()
 
proto external void SetObject (IEntity obj)
 
void OnBroadcast (AIAgent pOwner)
 
void OnReceived (AIAgent pReceiver)
 

Static Public Member Functions

static SCR_AIMessage_NoAmmo Create (IEntity entityToResupply, TypeName magazineWell)
 

Public Attributes

IEntity m_entityToSupply
 
TypeName m_MagazineWell
 
- Public Attributes inherited from SCR_AIMessageInfo
EMessageType_Info m_eUIType
 
- Public Attributes inherited from SCR_AIMessageBase
int m_MessageType
 

Constructor & Destructor Documentation

◆ SCR_AIMessage_NoAmmo()

void SCR_AIMessage_NoAmmo.SCR_AIMessage_NoAmmo ( )

Member Function Documentation

◆ Create()

static SCR_AIMessage_NoAmmo SCR_AIMessage_NoAmmo.Create ( IEntity entityToResupply,
TypeName magazineWell )
static

◆ SetMessageParameters()

override void SCR_AIMessage_NoAmmo.SetMessageParameters ( SCR_AISendMessageBase node)

Implements SCR_AIMessageBase.

Member Data Documentation

◆ m_entityToSupply

IEntity SCR_AIMessage_NoAmmo.m_entityToSupply

◆ m_MagazineWell

TypeName SCR_AIMessage_NoAmmo.m_MagazineWell

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