Difference between revisions of "SC3 Script Examples"

From Soldat Community Wiki
Jump to: navigation, search
m (Morko moved page SC3 Examples to SC3 Script Examples)
 
Line 1: Line 1:
 
Below there's a list of example scripts written in [[Script Core 3]]:
 
Below there's a list of example scripts written in [[Script Core 3]]:
{{expand|examples}}
+
 
 
{| class="wikitable"
 
{| class="wikitable"
! Script !! Author !! Uses !! Description
+
! Script !! Author !! Release Date !! Uses !! Description
 
|-
 
|-
 
| [http://forums.soldat.pl/index.php?topic=42844.0 Ping Handler]
 
| [http://forums.soldat.pl/index.php?topic=42844.0 Ping Handler]
 
| [[User:Mighty|Mighty]]  
 
| [[User:Mighty|Mighty]]  
 +
| 2013.08.28
 
| 2nd unit, DebugMode, dynamic array, TIniFile, OnClockTick, Game.OnJoin, Game.OnLeave
 
| 2nd unit, DebugMode, dynamic array, TIniFile, OnClockTick, Game.OnJoin, Game.OnLeave
 
| Script used as an alternative lagger handler. For more information click on the name
 
| Script used as an alternative lagger handler. For more information click on the name
 +
|-
 +
| [https://github.com/Dankage102/Run-Mode Run-Mode]
 +
| [[User:Savage|Savage]]
 +
| 2018.07.08
 +
| libdb external library by SyavX, TIniFile, TFileStream, TDateTime, function GetPiece
 +
| Opensourced runmode for anyone to host
 
|-
 
|-
 
|}
 
|}
  
 
[[Category:ScriptCore 3]]
 
[[Category:ScriptCore 3]]

Latest revision as of 11:51, 8 July 2018

Below there's a list of example scripts written in Script Core 3:

Script Author Release Date Uses Description
Ping Handler Mighty 2013.08.28 2nd unit, DebugMode, dynamic array, TIniFile, OnClockTick, Game.OnJoin, Game.OnLeave Script used as an alternative lagger handler. For more information click on the name
Run-Mode Savage 2018.07.08 libdb external library by SyavX, TIniFile, TFileStream, TDateTime, function GetPiece Opensourced runmode for anyone to host