├── README.md ├── base_syntax.verse ├── examples ├── countdown_timer.verse ├── countdown_timer_device.verse ├── custom_character.verse ├── disappear_on_touch_platform.verse ├── game_coordinator_device.verse ├── game_mode_device.verse ├── gun_game_manager_device.verse ├── hello_world_device.verse ├── hud_tutorial.verse ├── item_rotator.verse ├── pickup_delivery_zone.verse ├── platform_series.verse ├── score_manager.verse ├── team_elimination_game.verse ├── team_multiplayer_balance.verse └── widget_ui.verse └── snippets ├── array_sort_function.verse ├── boss_device.verse ├── boss_fight.verse ├── custom_listenable.verse ├── day_night_loop.verse ├── enemy_wave_spawner.verse ├── event_device.verse ├── ffa_shuffle_teams_device.verse ├── float_int_casts.verse ├── get_agent.verse ├── get_all_players_and_call_function.verse ├── health_and_shield_incrementer.verse ├── hide_on_character_crouch.verse ├── random_permutation_picker_device.verse ├── spawn_and_move_props.verse ├── string_padding.verse ├── tick_rate_graph_device.verse ├── tostring_logic.verse ├── ui_creator_device.verse ├── ui_dynamics_text_widget.verse ├── vote_class_option_device.verse └── vote_manager_device.verse /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/README.md -------------------------------------------------------------------------------- /base_syntax.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/base_syntax.verse -------------------------------------------------------------------------------- /examples/countdown_timer.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/countdown_timer.verse -------------------------------------------------------------------------------- /examples/countdown_timer_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/countdown_timer_device.verse -------------------------------------------------------------------------------- /examples/custom_character.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/custom_character.verse -------------------------------------------------------------------------------- /examples/disappear_on_touch_platform.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/disappear_on_touch_platform.verse -------------------------------------------------------------------------------- /examples/game_coordinator_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/game_coordinator_device.verse -------------------------------------------------------------------------------- /examples/game_mode_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/game_mode_device.verse -------------------------------------------------------------------------------- /examples/gun_game_manager_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/gun_game_manager_device.verse -------------------------------------------------------------------------------- /examples/hello_world_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/hello_world_device.verse -------------------------------------------------------------------------------- /examples/hud_tutorial.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/hud_tutorial.verse -------------------------------------------------------------------------------- /examples/item_rotator.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/item_rotator.verse -------------------------------------------------------------------------------- /examples/pickup_delivery_zone.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/pickup_delivery_zone.verse -------------------------------------------------------------------------------- /examples/platform_series.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/platform_series.verse -------------------------------------------------------------------------------- /examples/score_manager.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/score_manager.verse -------------------------------------------------------------------------------- /examples/team_elimination_game.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/team_elimination_game.verse -------------------------------------------------------------------------------- /examples/team_multiplayer_balance.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/team_multiplayer_balance.verse -------------------------------------------------------------------------------- /examples/widget_ui.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/examples/widget_ui.verse -------------------------------------------------------------------------------- /snippets/array_sort_function.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/array_sort_function.verse -------------------------------------------------------------------------------- /snippets/boss_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/boss_device.verse -------------------------------------------------------------------------------- /snippets/boss_fight.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/boss_fight.verse -------------------------------------------------------------------------------- /snippets/custom_listenable.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/custom_listenable.verse -------------------------------------------------------------------------------- /snippets/day_night_loop.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/day_night_loop.verse -------------------------------------------------------------------------------- /snippets/enemy_wave_spawner.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/enemy_wave_spawner.verse -------------------------------------------------------------------------------- /snippets/event_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/event_device.verse -------------------------------------------------------------------------------- /snippets/ffa_shuffle_teams_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/ffa_shuffle_teams_device.verse -------------------------------------------------------------------------------- /snippets/float_int_casts.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/float_int_casts.verse -------------------------------------------------------------------------------- /snippets/get_agent.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/get_agent.verse -------------------------------------------------------------------------------- /snippets/get_all_players_and_call_function.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/get_all_players_and_call_function.verse -------------------------------------------------------------------------------- /snippets/health_and_shield_incrementer.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/health_and_shield_incrementer.verse -------------------------------------------------------------------------------- /snippets/hide_on_character_crouch.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/hide_on_character_crouch.verse -------------------------------------------------------------------------------- /snippets/random_permutation_picker_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/random_permutation_picker_device.verse -------------------------------------------------------------------------------- /snippets/spawn_and_move_props.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/spawn_and_move_props.verse -------------------------------------------------------------------------------- /snippets/string_padding.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/string_padding.verse -------------------------------------------------------------------------------- /snippets/tick_rate_graph_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/tick_rate_graph_device.verse -------------------------------------------------------------------------------- /snippets/tostring_logic.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/tostring_logic.verse -------------------------------------------------------------------------------- /snippets/ui_creator_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/ui_creator_device.verse -------------------------------------------------------------------------------- /snippets/ui_dynamics_text_widget.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/ui_dynamics_text_widget.verse -------------------------------------------------------------------------------- /snippets/vote_class_option_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/vote_class_option_device.verse -------------------------------------------------------------------------------- /snippets/vote_manager_device.verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanxfxteam/uefn-devices/HEAD/snippets/vote_manager_device.verse --------------------------------------------------------------------------------