Add codecallback_actorspawned, and codecallback_hudelemspawned.

Reimplement the generatePath() builtin to use a custom implementation to handle drop down nodes.
This commit is contained in:
JezuzLizard
2023-04-28 20:22:44 -07:00
parent a80b6929cd
commit f23df3ca3f
10 changed files with 732 additions and 302 deletions

View File

@ -20,4 +20,6 @@ namespace scheduler
std::chrono::milliseconds delay = 0ms);
void on_init(const std::function<void()>& callback);
void on_postloadscripts(const std::function<void()>& callback);
}