Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_MapLocator Interface Reference
Inheritance diagram for SCR_MapLocator:
[legend]

Public Member Functions

override void EOnInit (IEntity owner)
 
void SCR_MapLocator (IEntitySource src, IEntity parent)
 

Protected Member Functions

void ShowMapHint (MapConfiguration config)
 
void HideMapHint (MapConfiguration config)
 
void CalculateClosestLocation ()
 
int GetGridIndex (int x, int y)
 

Protected Attributes

ResourceName m_sUIHintLayout
 
Widget m_wUIHintLayout
 
string m_sMapLocationHintWidgetName1
 
string m_sMapLocationHintWidgetName2
 
TextWidget m_wUIHintText
 
TextWidget m_wUIHintText2
 
ref SCR_MapLocationQuadHint m_WorldDirections
 
int m_iGridSizeX
 
int m_iGridSizeY
 

Static Protected Attributes

const float angleA = 0.775
 
const float angleB = 0.325
 

Constructor & Destructor Documentation

◆ SCR_MapLocator()

void SCR_MapLocator.SCR_MapLocator ( IEntitySource  src,
IEntity  parent 
)

Member Function Documentation

◆ CalculateClosestLocation()

void SCR_MapLocator.CalculateClosestLocation ( )
protected

◆ EOnInit()

override void SCR_MapLocator.EOnInit ( IEntity  owner)

◆ GetGridIndex()

int SCR_MapLocator.GetGridIndex ( int  x,
int  y 
)
protected

◆ HideMapHint()

void SCR_MapLocator.HideMapHint ( MapConfiguration  config)
protected

◆ ShowMapHint()

void SCR_MapLocator.ShowMapHint ( MapConfiguration  config)
protected

Member Data Documentation

◆ angleA

const float SCR_MapLocator.angleA = 0.775
staticprotected

◆ angleB

const float SCR_MapLocator.angleB = 0.325
staticprotected

◆ m_iGridSizeX

int SCR_MapLocator.m_iGridSizeX
protected

◆ m_iGridSizeY

int SCR_MapLocator.m_iGridSizeY
protected

◆ m_sMapLocationHintWidgetName1

string SCR_MapLocator.m_sMapLocationHintWidgetName1
protected

◆ m_sMapLocationHintWidgetName2

string SCR_MapLocator.m_sMapLocationHintWidgetName2
protected

◆ m_sUIHintLayout

ResourceName SCR_MapLocator.m_sUIHintLayout
protected

◆ m_WorldDirections

ref SCR_MapLocationQuadHint SCR_MapLocator.m_WorldDirections
protected

◆ m_wUIHintLayout

Widget SCR_MapLocator.m_wUIHintLayout
protected

◆ m_wUIHintText

TextWidget SCR_MapLocator.m_wUIHintText
protected

◆ m_wUIHintText2

TextWidget SCR_MapLocator.m_wUIHintText2
protected

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