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

Static Public Member Functions

static SCR_AutocompletePlugin_KeywordData Create (string keyword, 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_sKeyword
 
string m_sValue
 

Member Function Documentation

◆ Create()

static SCR_AutocompletePlugin_KeywordData SCR_AutocompletePlugin_KeywordData.Create ( string keyword,
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]keyword
[in]value
[in]enabled
Returns

Member Data Documentation

◆ m_bEnabled

bool SCR_AutocompletePlugin_KeywordData.m_bEnabled

◆ m_sKeyword

string SCR_AutocompletePlugin_KeywordData.m_sKeyword

◆ m_sValue

string SCR_AutocompletePlugin_KeywordData.m_sValue

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