Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_PrefabStructureCreationPlugin Interface Reference
Inheritance diagram for SCR_PrefabStructureCreationPlugin:

Public Attributes

string m_sProjectName
 

Protected Member Functions

override void Run ()
 
bool DialogConfirmation ()
 
int ButtonOK ()
 
int ButtonClose ()
 
void SCR_PrefabStructureCreationPlugin ()
 

Protected Attributes

int m_iAddon
 
ref SCR_PrefabHelper_Structure m_ConfigType
 
ResourceName m_sStructureToCreate
 

Static Protected Attributes

static const string ALLOWED_CHARACTERS = SCR_StringHelper.LETTERS + SCR_StringHelper.DIGITS + SCR_StringHelper.UNDERSCORE
 

Constructor & Destructor Documentation

◆ SCR_PrefabStructureCreationPlugin()

void SCR_PrefabStructureCreationPlugin.SCR_PrefabStructureCreationPlugin ( )
protected

Member Function Documentation

◆ ButtonClose()

int SCR_PrefabStructureCreationPlugin.ButtonClose ( )
protected

◆ ButtonOK()

int SCR_PrefabStructureCreationPlugin.ButtonOK ( )
protected

◆ DialogConfirmation()

bool SCR_PrefabStructureCreationPlugin.DialogConfirmation ( )
protected
Returns
true on success OR if it is impossible to fill m_ConfigType from a filled m_sStructureToCreate, false otherwise

◆ Run()

override void SCR_PrefabStructureCreationPlugin.Run ( )
protected

Member Data Documentation

◆ ALLOWED_CHARACTERS

const string SCR_PrefabStructureCreationPlugin.ALLOWED_CHARACTERS = SCR_StringHelper.LETTERS + SCR_StringHelper.DIGITS + SCR_StringHelper.UNDERSCORE
staticprotected

◆ m_ConfigType

ref SCR_PrefabHelper_Structure SCR_PrefabStructureCreationPlugin.m_ConfigType
protected

◆ m_iAddon

int SCR_PrefabStructureCreationPlugin.m_iAddon
protected

◆ m_sProjectName

string SCR_PrefabStructureCreationPlugin.m_sProjectName

◆ m_sStructureToCreate

ResourceName SCR_PrefabStructureCreationPlugin.m_sStructureToCreate
protected

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