User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 23:41, 28 July 2013 (diff | hist) . . (-69) . . m SC3 Config File
- 23:40, 28 July 2013 (diff | hist) . . (+2,912) . . N SC3 Config File (Created page with "Config file is divded into three sections: Config, SearchPaths and Defines. First one defines all the basic properties, 2nd paths in which to search all the unit/include files...")
- 00:12, 27 July 2013 (diff | hist) . . (-3) . . m TFileStream (→Members)
- 00:07, 27 July 2013 (diff | hist) . . (+20) . . m TFileStream (→Inheritance)
- 00:07, 27 July 2013 (diff | hist) . . (+1,703) . . N TFileStream (Created page with "==Inheritance== *TStream **TFileStream ==Description== A binary stream to read/write from/to file user constructable: '''NO''' user destructable: '''YES''' ==Mem...")
- 23:49, 26 July 2013 (diff | hist) . . (+624) . . N TFile.Delete (Created page with " '''''function Delete(const Source: string): Boolean''''' Source: a path to a file to delete Result: Whenever delete was successful or not ==Description== This function de...") (current)
- 16:17, 26 July 2013 (diff | hist) . . (+604) . . N TFile.Move (Created page with " '''''function Move(const Source, Destination: string): Boolean''''' Source: a path to a file to move Destination: a path to a file that should be created Result: Whenev...") (current)
- 16:17, 26 July 2013 (diff | hist) . . (+9) . . m TFile.Copy (current)
- 16:15, 26 July 2013 (diff | hist) . . (+596) . . N TFile.Copy (Created page with " '''''function Copy(const Source, Destination: string): Boolean''''' Source: a path to a file to copy Destination: a path to a file that should be created Result: Whenev...")
- 16:14, 26 July 2013 (diff | hist) . . (+1) . . m TFile.Exists
- 15:36, 26 July 2013 (diff | hist) . . (+38) . . TFile.Exists (→Example)
- 15:34, 26 July 2013 (diff | hist) . . (+861) . . N TFile.Exists (Created page with " '''''function Exists(const Source: string): Boolean''''' Source: a path to a file to check access for Result: Whenever file exists or not ==Description== This function ch...")
- 15:30, 26 July 2013 (diff | hist) . . (+100) . . TFile.CreateStringListFromFile (current)
- 15:17, 26 July 2013 (diff | hist) . . (+50) . . TFile.CreateFileStreamFromFile
- 15:17, 26 July 2013 (diff | hist) . . (+50) . . TFile.CreateFileStreamFromFile
- 15:17, 26 July 2013 (diff | hist) . . (+441) . . N TFile.CreateINI (Created page with " '''''function CreateINI(const Path: string): TIniFile''''' Path: path to file that should be opened Result: TIniFile object ==Description== This function creates ...")
- 15:15, 26 July 2013 (diff | hist) . . (-407) . . TPlayers.Add (Undo revision 758 by Falcon (talk))
- 15:14, 26 July 2013 (diff | hist) . . (+127) . . TFile.CreateStringListFromFile
- 15:14, 26 July 2013 (diff | hist) . . (+127) . . TFile.CreateFileStreamFromFile
- 15:12, 26 July 2013 (diff | hist) . . (+8) . . m TFile.CreateFileStreamFromFile
- 15:12, 26 July 2013 (diff | hist) . . (+289) . . N TFile.CreateStringListFromFile (Created page with " '''''function CreateStringListFromFile(const Path: string): TStringList''''' Path: path to file that should be opened Result: TStringList object ==Description== ...")
- 15:12, 26 July 2013 (diff | hist) . . (+285) . . N TFile.CreateStringList (Created page with " '''''function CreateStringList(): TStringList''''' Result: TStringList object ==Description== This function creates a TStringList object that is not attached to...") (current)
- 15:11, 26 July 2013 (diff | hist) . . (+280) . . N TFile.CreateFileStreamFromFile (Created page with " '''''function CreateFileStream(const Path: string): TFileStream''''' Path: path to file that should be opened Result: TFileStream object ==Description== This func...")
- 14:58, 26 July 2013 (diff | hist) . . (+78) . . m TFile (→Description)
- 14:57, 26 July 2013 (diff | hist) . . (+285) . . N TFile.CreateFileStream (Created page with " '''''function CreateFileStream(): TFileStream''''' Result: TFileStream object ==Description== This function creates a TFileStream object that is not attached to...") (current)
- 14:51, 26 July 2013 (diff | hist) . . (-2) . . m TFile.CheckAccess (→Example)
- 14:50, 26 July 2013 (diff | hist) . . (+248) . . TFile.CheckAccess (→Path syntax)
- 14:48, 26 July 2013 (diff | hist) . . (+1,148) . . N TFile.CheckAccess (Created page with " '''''function CheckAccess(const FilePath: string): Boolean''''' FilePath: a path to a file to check access for Result: Whenever file is accessible from script's sandbox o...")
- 14:47, 26 July 2013 (diff | hist) . . (+42) . . N Category:TFile (Created page with "'''Further info on TFile here'''") (current)
- 14:47, 26 July 2013 (diff | hist) . . (+407) . . TPlayers.Add
- 14:35, 26 July 2013 (diff | hist) . . (+1,093) . . N TFile (Created page with "==Inheritance== *TFile ==Description== A class holding all functions related to file managment and interaction. user constructable: '''NO''' user destructable: '''NO'...")
- 14:25, 24 July 2013 (diff | hist) . . (+20) . . m TGame (→Members)
- 14:07, 24 July 2013 (diff | hist) . . (+57) . . m TGame.OnClockTick
- 14:05, 24 July 2013 (diff | hist) . . (+1) . . m TGame.OnClockTick (→Exmaple)
- 14:04, 24 July 2013 (diff | hist) . . (+529) . . N TGame.OnClockTick (Created page with " '''''property OnClockTick''''' Access mode: RW ==Description== Event property called on iddle in frequency described by TickThreshold <br> ==Exma...")
- 23:46, 23 July 2013 (diff | hist) . . (+118) . . m TMap (Fixed members section)
- 12:26, 23 July 2013 (diff | hist) . . (+5) . . m TGame.StartVoteKick (fixed example)
- 16:38, 1 July 2013 (diff | hist) . . (-285) . . TActivePlayer (→Members)
- 16:16, 1 July 2013 (diff | hist) . . (-5) . . m TActivePlayer.ForceWeapon (→Examples)
- 16:15, 1 July 2013 (diff | hist) . . (+600) . . TActivePlayer.ForceWeapon
- 14:22, 1 July 2013 (diff | hist) . . (0) . . m TActivePlayer.WeaponActive (→Example)
- 14:21, 1 July 2013 (diff | hist) . . (+4) . . m TActivePlayer.Grenades (→Example) (current)
- 14:21, 1 July 2013 (diff | hist) . . (+5) . . m TActivePlayer.Grenades (→Example)
- 14:20, 1 July 2013 (diff | hist) . . (+1) . . m TActivePlayer.Active (current)
- 21:11, 26 June 2013 (diff | hist) . . (+31) . . Script Core 3 (current)
- 21:10, 26 June 2013 (diff | hist) . . (+35) . . N Script Core 3 (Redirected page to Category:ScriptCore 3)
- 21:09, 26 June 2013 (diff | hist) . . (+11) . . N Category:ScriptCore 3 (Created page with "placeholder") (current)
- 21:08, 26 June 2013 (diff | hist) . . (-9) . . Main Page (→Server Scripting)
- 21:08, 26 June 2013 (diff | hist) . . (+9) . . Main Page (→Server Scripting)
- 21:07, 26 June 2013 (diff | hist) . . (+19) . . m Main Page (→Server Scripting)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)