EBOLII Posted April 10, 2016 Share Posted April 10, 2016 I need help understanding an error code when I reverse engineer A character mod. These are the errors Warning/Error Summary --------------------- C:\Program Files (x86)\Steam\SteamApps\common\XCOM 2 SDK\Development\Src\LucubrationsInfantryClass\Classes\X2Ability_InfantryAbilitySet.uc(2190) : Warning, 'AmmoTemplate' : unused local variable C:\Program Files (x86)\Steam\SteamApps\common\XCOM 2 SDK\Development\Src\LucubrationsInfantryClass\Classes\X2Ability_InfantryAbilitySet.uc(2189) : Warning, 'WeaponTemplate' : unused local variable C:\Program Files (x86)\Steam\SteamApps\common\XCOM 2 SDK\Development\Src\LucubrationsInfantryClass\Classes\X2Ability_InfantryAbilitySet.uc(2147) : Warning, 'InterruptTrack' : unreferenced local variable C:\Program Files (x86)\Steam\SteamApps\common\XCOM 2 SDK\Development\Src\LucubrationsInfantryClass\Classes\X2Ability_InfantryAbilitySet.uc(2151) : Warning, 'MoveTurnAction' : unreferenced local variable C:\Program Files (x86)\Steam\SteamApps\common\XCOM 2 SDK\Development\Src\LucubrationsInfantryClass\Classes\X2Ability_InfantryAbilitySet.uc(1500) : Warning, 'FakeSourceWeapon' : unreferenced local variable C:\Program Files (x86)\Steam\SteamApps\common\XCOM 2 SDK\Development\Src\LucubrationsInfantryClass\Classes\X2Effect_ZoneOfControl.uc(70) : Warning, 'ApplyEffectResult' : unused local variable Link to comment Share on other sites More sharing options...
Lucubration Posted April 10, 2016 Share Posted April 10, 2016 These warnings are just because I have some unused variables declared at the beginning of the function. It shouldn't hurt anything, but you can remove them if you like. Link to comment Share on other sites More sharing options...
EBOLII Posted April 11, 2016 Author Share Posted April 11, 2016 (edited) Lucubration - Thank you 4 respondingI think I finally have a good grasp of your Class Mods. 1st Well done yours sir are undoubtedly the best I have seen. 2nd You find tutorials but nothing really about coding as in "what each does" or purpose, 4 example... ) ),or ), \\ So it's been a struggle to learn Edited April 11, 2016 by EBOLII Link to comment Share on other sites More sharing options...
swinka6666 Posted April 15, 2016 Share Posted April 15, 2016 (edited) You must enter a post. Edited April 27, 2016 by swinka6666 Link to comment Share on other sites More sharing options...
Recommended Posts