Function & Script Library
Directory fwatch\data\ stores over a dozen of extra scripts and functions that take advantage of the Fwatch features. They are listed below, each with brief description. More information you'll find inside the files.
Functions
ConvertKeyString.sqfCurrentLanguage.sqf
DateDifference.sqf
DateDifferenceInDays.sqf
Format.sqf
FormatDate.sqf
getAspectRatio.sqf
InitFLib.sqf
inKeys.sqf
MeasureTime.sqf
ModifyDate.sqf
path.sqf
pathDedi.sqf
Scripts
Download.sqsInputMulti.sqs
MemMulti.sqs
onScreenTyping.sqs
Format
Converts any data type to a string. Useful for saving data with igse db.
Example:
["FLIB_FORMAT"] call preProcessFile "..\fwatch\data\InitFLib.sqf"
TEST = ["1","2","3"]
loadFile ("\:IGSE DB file:..\fwatch\tmp\test.db key:test
write:TEST=" + (TEST call FLIB_FORMAT) + ";")