2015-07-07 00:44:58 +07:00
|
|
|
This folder contains documentation about sfall scripting extensions.
|
|
|
|
|
|
|
|
|
|
headers\ - folder contains sfall headers that you should #include in your scripts
|
|
|
|
|
sfall.h - main sfall header, always include it
|
|
|
|
|
define_extra.h - some additional preprocessor constants for vanilla engine stuff (proto offsets, etc.)
|
|
|
|
|
dik.h - DX scancodes constants for use with key_pressed function and HOOK_KEYPRESS
|
|
|
|
|
|
|
|
|
|
sfall function notes.txt - incomplete reference for new opcodes
|
2016-11-08 10:25:41 +08:00
|
|
|
sfall opcode list.txt - list of all sfall opcodes (w/o descriptions)
|
2015-07-07 00:44:58 +07:00
|
|
|
hookscripts.txt - detailed manual for using hook scripts to modify engine behavior
|
|
|
|
|
arrays.txt - manual for sfall arrays
|
|
|
|
|
|
|
|
|
|
If you are/will be using sfall Script Editor, don't forget to check out new compiler documentation in ScriptEditor\docs\sslc_readme.txt,
|
|
|
|
|
there are numerious new syntax features and extensions to SSL (Star-Trek Scripting language).
|
|
|
|
|
|