mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-27 19:13:31 +08:00
Class UserDefinedCommand now exposes argumentString and arguments properties, allowing them to be queried in a DialogueView; Make sure the arguments of a user-defined command are computed only once per invocation; Added documentation for user-defined commands; addDialogueCommand renamed into addOrphanedCommand.