5 # TODO: weapon can EMIT projectiles with hurtboxes,
6 # so model must know all collision information!
7 func set_collision_layer(_i: int):
11 func set_collision_mask(_i: int):
15 func set_attacking(_b: bool):
23 func get_bullet_origin() -> Vector3: