Script Legend
From Bohemia Interactive Community
Scripting Legend for sqs / sqf statements
Boolean = Person DoWatch Vehicle
When self evident, (some of) the paramaters for script statements may have no further explanation in the individual commentataries.
The fact that an assignment operator (=) appears in the formal syntax, automatically infers that this command returns some 'Type' of value
By inference then, statements with no assignment operator, return nothing.
In the above example, it should be self evident that a person is a derivative of class man in the CfgVehicles class of the config.cpp of the addon. Eg, a man, soldier, woman, civilian.
Similar comment for Vehicle's
"anythingQuoted" String to make it obvious
[edit]

