Welcome
Centauri Soldier
centaurisoldier@amspublic.com
www.amspublic.com
1.4.0.0
Version 1.1.0.0
Added the ability to change the primary data folder name
Added the ability to create variables for all _ExeFolder directories
Version 1.1.1.0
Fixed a bug that allowed variables to have spaces in them.
Version 1.2.0.0
Updated the IRLua HELPER FUNCTIONS
Added GlobalPaths.GetPathValues() function
GlobalPaths.GetPaths() and GlobalPaths.GetPathValues() now return values for custom paths {made by GlobalPaths.RegisterPaths()} as well
Fixed Errors in the Help file
Added the ability to use with and auto-detect the MoleBox Virtualization Solution
1.3.0.0
Updated the IRLua Plugin Helper Funtions (version 2.4)
Configured GlobalPaths to automatically detect a renamed resource folder
Fixed a bug that occured when using MoleBox VS
1.4.0.0
Updated to be compatible with AMS 8.x
Updated IRLua Plugin Helper Functions to v2.6
Original IRLua Plugin Helper Functions by Microbyte
Revised IRLua Plugin Helper Functions by Centauri Soldier
Plugin Compiled by Reteset's Action Plugin Compiler
XML Action File created with the help of RizlaUK's Action File Editor
centaurisoldier@amspublic.com
http://www.amspublic.com
GlobalPaths.GetPaths
GlobalPaths.GetPathValues
GlobalPaths.RegisterPaths
(table) GlobalPaths.GetPaths () |
Gets all GlobalPath variable names(made by GlobalPaths) and returns them as strings in an indexed table.
This action returns a (table) value.
(table) GlobalPaths.GetPathValues () |
Returns the values of all GlobalPath variables.
This action returns a (table) value.
GlobalPaths.RegisterPaths ( |
(boolean) Simple Mode = false ) |
Creates variables for all of the folders in your _ExeFolder directory (Excluding the Data Folder [default is AutoPlay]) as _MyFolder for folders and _MyFolder_MySubFolder for sub folders.
(boolean) Creates separate variables for each folder and sub folder in your main _ExeFolder dorectory as oppossed to stacking the variables together.
This action does not return any value.
Made with the Action Plugin Compiler