GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Public Attributes | List of all members
gd::FirstInstructionTypeChecker Class Reference

Check the type of the first condition or action. More...

Inherits gd::ReadOnlyArbitraryEventsWorker.

Public Member Functions

 FirstInstructionTypeChecker (const gd::String &eventFunctionType_, const bool isEventFunctionCondition_)
 
void DoVisitInstruction (const gd::Instruction &instruction, bool isCondition) override
 
- Public Member Functions inherited from gd::ReadOnlyArbitraryEventsWorker
void Launch (const gd::EventsList &events)
 Launch the worker on the specified events list.
 

Public Attributes

bool isOnlyCallingItself
 

Additional Inherited Members

- Protected Member Functions inherited from gd::ReadOnlyArbitraryEventsWorker
void StopAnyEventIteration () override
 Abort the iteration on the events.
 

Detailed Description

Check the type of the first condition or action.

Member Function Documentation

◆ DoVisitInstruction()

void gd::FirstInstructionTypeChecker::DoVisitInstruction ( const gd::Instruction instruction,
bool  isCondition 
)
inlineoverridevirtual

Called to do some work on an instruction.

Reimplemented from gd::ReadOnlyArbitraryEventsWorker.


The documentation for this class was generated from the following file: