Files
dsrc/sku.0/sys.server/compiled/game/script/e3demo/nebulon_damaged.java
T
2018-06-07 00:32:29 +01:00

15 lines
473 B
Java
Executable File

package script.e3demo;
import script.obj_id;
public class nebulon_damaged extends script.base_script
{
public nebulon_damaged()
{
}
public int OnShipWasHit(obj_id self, obj_id objAttacker, int intWeaponIndex, boolean isMissile, int missileType, int intTargetedComponent, boolean fromPlayerAutoTurret, float hitLocationX_o, float hitLocationY_o, float hitLocationZ_o) throws InterruptedException
{
return SCRIPT_CONTINUE;
}
}