Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_NearbyContextCachingConfig Interface Reference

Public Member Functions

void GetCachedLayouts (out array< SCR_NearbyContextCachingData > cachedLayouts)
 Get all the layouts defined in config that should be precached.
 
SCR_NearbyContextCachingData GetDataFromLayout (ResourceName layout)
 Get the data that hold the amount of Widgets to precache and the max cache amount.
 

Protected Attributes

ref array< ref SCR_NearbyContextCachingDatam_aCachedWidgets
 

Member Function Documentation

◆ GetCachedLayouts()

void SCR_NearbyContextCachingConfig.GetCachedLayouts ( out array< SCR_NearbyContextCachingData cachedLayouts)

Get all the layouts defined in config that should be precached.

Parameters
[out]Array<SCR_NearbyContextCachingData>all layouts that are defined

◆ GetDataFromLayout()

SCR_NearbyContextCachingData SCR_NearbyContextCachingConfig.GetDataFromLayout ( ResourceName  layout)

Get the data that hold the amount of Widgets to precache and the max cache amount.

Parameters
[in]stringlayout defined in array entry, the data is needed from
Returns
SCR_NearbyContextCachingData data containing the precache and max cache amount

Member Data Documentation

◆ m_aCachedWidgets

ref array<ref SCR_NearbyContextCachingData> SCR_NearbyContextCachingConfig.m_aCachedWidgets
protected

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