FAForever / fa

Lua code for FAF
226 stars 233 forks source link

platoon.lua annotation and warning fixes [lua/AI/aiutilities.lua] #6085

Closed clyfordv closed 5 months ago

clyfordv commented 5 months ago

Annotation and warning fixes for platoon.lua

files: aiutilities.lua

focus:

relent0r commented 5 months ago

What do the question marks mean in the annotations there @clyfordv?

clyfordv commented 5 months ago

Optional parameters. Most of those marked as optional here are done so implicitly (read as: I found another piece of code somewhere that calls it with a bunch of nil values).

relent0r commented 5 months ago

Optional parameters. Most of those marked as optional here are done so implicitly (read as: I found another piece of code somewhere that calls it with a bunch of nil values).

Ah cheers. I'll take a look at this PR once I get home from work.

clyfordv commented 5 months ago

Appreciate it. Happy to take any more questions or feedback, stylistic or mechanical.