mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 12:45:54 +00:00
15 lines
658 B
Text
15 lines
658 B
Text
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://kerywjgft7vh"]
|
|
|
|
[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_uy4g8"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_uy4g8")
|
|
classname = "Target"
|
|
class_properties = {
|
|
"target": NodePath(""),
|
|
"targetfunc": ""
|
|
}
|
|
class_property_descriptions = {
|
|
"target": "Entity group to call the use function on when this entity is triggered.",
|
|
"targetfunc": "Function to call on target entities. As is, the target function cannot accept arguments, so make sure it doesn't require specifying arguments."
|
|
}
|