loopier / animatron

Animatron for Godot 4.x <
15 stars 1 forks source link

Awkward `/help` behaviour in post window #54

Open loopier opened 1 month ago

loopier commented 1 month ago

Something very weird happens when calling /help for similarly named commands, maybe due to wildcards (?).

Running this code:

/help /animation

should dislpay:

/animation actor:s animation:s
Change the actor 's animation.

_Example:_ `/animation lola letter-a`

[SOURCE]
/def /animation actor:s animation:s
    /animation/method /set/animation $actor $animation

but instead renders /animations help string, and the correct source:

/animations
List all animations that are loaded to memory.

_Example:_ `/animations`

[SOURCE]
/def /animation actor:s animation:s
    /animation/method /set/animation $actor $animation