Difference between revisions of "ScriptName"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Name of the folder that the current script resides in; in the /script/ folder. '''Exam...")
 
(No difference)

Latest revision as of 10:05, 15 August 2012

From the Scripting Manual

 Data Type: String
 
 Description:
 Name of the folder that the current script resides in; in the /script/ folder.
 
 Example:
 If your accessing ScriptName from code in /scripts/OmgWtf/Core.pas then ScriptName will be OmgWtf

External Links