godot-plateformer/addons/reedscene/scene/guard.gd

10 lines
168 B
GDScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'''
配合SceneTrigger的Resource必须在脚本内重写。
'''
@abstract
class_name SceneGuard
extends Resource
@abstract
func check(signal_args: Array) -> bool