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
|
|
@ -46,7 +46,7 @@ namespace FS
|
|||
/// 3) Nothing special is done for the WriteAppend case; that is, it follows the same logic as if you were
|
||||
/// just trying to Write the file.
|
||||
///
|
||||
/// Because of rule 1) above, you should take care that any files you need to write (such as prefs.cs), are not
|
||||
/// Because of rule 1) above, you should take care that any files you need to write (such as prefs.tscript), are not
|
||||
/// included in read-only zip archive files.
|
||||
class VirtualMountSystem : public MountSystem
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue