API
Last updated
Last updated
The main objectives of the GameFlow API (Application Programming Interface) are extensibility and communication with other scripts. In concrete, the possibilites offered by the current version are the following:
Creating your own and .
Building block sequences programmatically, like .
like searching for specific GameFlow blocks in order to access their public properties and methods.
of actions from your scripts.
and reaction to GameFlow events from your scripts.
The usage of the API does not requiere expert knowledge of C#, but having at least some notions is recommended for an easier understanding of the companion examples.