SWBF2-Lua-API
SWBF2-Lua-API copied to clipboard
Lua API for Star Wars Battlefront II
All event callbacks that filter for 'config' are incorrectly named. For example, `OnCharacterSpawnConfig` should be `OnCharacterSpawnClass`. Documentation: https://sites.google.com/site/swbf2modtoolsdocumentation/battlefront2_scripting_system
i see that there isnt a list of all classes or entitys for some functions and there is no teamIndex cases like: cis vs rep= "cis"=1, "rep"=2 etc.. can this...
While documenting the functions for VSCode, I noticed a number of incorrect descriptions/parameter names with some functions. I've corrected some of them, but I need to do another pass over...