Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AutocompletePlugin_AttributeData Interface Reference

Static Public Member Functions

static SCR_AutocompletePlugin_AttributeData Create (string type, string prefix, string value, bool enabled=true)
 "Constructor", as BaseContainerProps must have a normal constructor to be properly created and filled by the Workbench
 

Public Attributes

bool m_bEnabled
 
string m_sType
 
string m_sPrefix
 
string m_sValue
 

Member Function Documentation

◆ Create()

static SCR_AutocompletePlugin_AttributeData SCR_AutocompletePlugin_AttributeData.Create ( string type,
string prefix,
string value,
bool enabled = true )
static

"Constructor", as BaseContainerProps must have a normal constructor to be properly created and filled by the Workbench

Parameters
[in]type
[in]prefix
[in]value
Returns

Member Data Documentation

◆ m_bEnabled

bool SCR_AutocompletePlugin_AttributeData.m_bEnabled

◆ m_sPrefix

string SCR_AutocompletePlugin_AttributeData.m_sPrefix

◆ m_sType

string SCR_AutocompletePlugin_AttributeData.m_sType

◆ m_sValue

string SCR_AutocompletePlugin_AttributeData.m_sValue

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