8000 GitHub - fyryNy/AI_Functions: Prototype of AI functions as Union plugin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prototype of AI functions as Union plugin

Notifications You must be signed in to change notification settings

fyryNy/AI_Functions

 
 

Repository files navigation

AI_Functions

Proof of concept plugin that implements mechanism to run any function as part of the NPC AI queue. This plugin implements one external function

func void AI_CallFunction(var C_NPC npc, var func f, ...) {};

This function is variadic (takes variable number of arguments) and can call Daedalus and external functions.

About

Prototype of AI functions as Union plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.9%
  • CMake 17.1%
0