mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Parametrize script extension, default to 'tscript'
This commit is contained in:
parent
b8b62292bd
commit
099dd4f1f3
542 changed files with 774 additions and 783 deletions
|
|
@ -267,12 +267,12 @@ namespace Platform
|
|||
/// Returns full pathname of the torque executable without filename
|
||||
StringTableEntry getExecutablePath();
|
||||
|
||||
/// Returns the full path to the directory that contains main.cs.
|
||||
/// Returns the full path to the directory that contains main.tscript.
|
||||
/// Tools scripts are validated as such if they are in this directory or a
|
||||
/// subdirectory of this directory.
|
||||
StringTableEntry getMainDotCsDir();
|
||||
|
||||
/// Set main.cs directory. Used in runEntryScript()
|
||||
/// Set main.tscript directory. Used in runEntryScript()
|
||||
void setMainDotCsDir(const char *dir);
|
||||
|
||||
StringTableEntry getPrefsPath(const char *file = NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue