Skip to content

Instantly share code, notes, and snippets.

@teukstrid
Created May 24, 2018 07:43
Show Gist options
  • Save teukstrid/06d1238c14e6efc0ddb1cd02a65fe297 to your computer and use it in GitHub Desktop.
Save teukstrid/06d1238c14e6efc0ddb1cd02a65fe297 to your computer and use it in GitHub Desktop.
hitbox_entity_can_be_hurt
///@arg hitbox
var _hitbox = argument0;
var _is_target = is_target(object_index, _hitbox.targets_);
return !invincible_ && _is_target;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment