Path behavior for when an end is reached

Variables

@:value(cast 0x000010)@:impl@:enuminlineread onlyLOOP:FlxPathLoopType = 0x000010

When the end is reached, go back to the other end and start again

@:value(cast 0x000000)@:impl@:enuminlineread onlyONCE:FlxPathLoopType = 0x000000

Stops when reaching the end

@:value(cast 0x001000)@:impl@:enuminlineread onlyYOYO:FlxPathLoopType = 0x001000

When the end is reached, change direction and continue