Streamer.bot Scripting API
Official Scripting API Reference
Loading...
Searching...
No Matches
FaustBot.CPHInlineBase Class Referenceabstract

Base class that script classes can optionally inherit from. More...

Public Member Functions

bool Execute ()
 Override this method to implement your script logic.

Detailed Description

Base class that script classes can optionally inherit from.

Not required - CPHInline just needs an Execute() method.

Member Function Documentation

◆ Execute()

bool FaustBot.CPHInlineBase.Execute ( )
abstract

Override this method to implement your script logic.

Return true for success, false to indicate the action should stop.