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

Public Member Functions

override void Run ()
 

Protected Attributes

int m_iAddon
 
ResourceName m_sLastAbsoluteDestinationDirectory
 

Static Protected Attributes

static const string SCRIPT_EXTENSION = ".c"
 
static const string ALLOWED_CLASSNAME_CHARS = SCR_StringHelper.LETTERS + SCR_StringHelper.DIGITS + SCR_StringHelper.UNDERSCORE
 

Member Function Documentation

◆ Run()

override void SCR_NewScriptPlugin.Run ( )

Member Data Documentation

◆ ALLOWED_CLASSNAME_CHARS

const string SCR_NewScriptPlugin.ALLOWED_CLASSNAME_CHARS = SCR_StringHelper.LETTERS + SCR_StringHelper.DIGITS + SCR_StringHelper.UNDERSCORE
staticprotected

◆ m_iAddon

int SCR_NewScriptPlugin.m_iAddon
protected

◆ m_sLastAbsoluteDestinationDirectory

ResourceName SCR_NewScriptPlugin.m_sLastAbsoluteDestinationDirectory
protected

◆ SCRIPT_EXTENSION

const string SCR_NewScriptPlugin.SCRIPT_EXTENSION = ".c"
staticprotected

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