|
Streamer.bot Scripting API
Official Scripting API Reference
|
Base class that script classes can optionally inherit from. More...
Public Member Functions | |
| bool | Execute () |
| Override this method to implement your script logic. | |
Base class that script classes can optionally inherit from.
Not required - CPHInline just needs an Execute() method.
|
abstract |
Override this method to implement your script logic.
Return true for success, false to indicate the action should stop.