getUnitCombatType

All these functions are defined in the sdk. Your python code is calling C++ functions. If you need to know what happens inside those functions, you can look inside sdk files like Cy*Interface.cpp. Your particular function is defined in CyUnitInterface1.cpp.
 
Top Bottom