GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
gd::Instruction Member List

This is the complete list of members for gd::Instruction, including all inherited members.

AddParameter(const gd::Expression &val)gd::Instruction
CloneRememberingOriginalElement(std::shared_ptr< Instruction > instruction)gd::Instructionfriend
GetOriginalInstruction()gd::Instructioninline
GetParameter(std::size_t index) constgd::Instruction
GetParameter(std::size_t index)gd::Instruction
GetParameters() constgd::Instructioninline
GetParametersCount() constgd::Instructioninline
GetSubInstructions() constgd::Instructioninline
GetSubInstructions()gd::Instructioninline
GetType() constgd::Instructioninline
Instruction(gd::String type_="")gd::Instruction
Instruction(gd::String type_, const std::vector< gd::Expression > &parameters_, bool inverted=false)gd::Instruction
IsAwaited() constgd::Instructioninline
IsInverted() constgd::Instructioninline
SetAwaited(bool awaited)gd::Instructioninline
SetInverted(bool inverted_)gd::Instructioninline
SetParameter(std::size_t nb, const gd::Expression &val)gd::Instruction
SetParameters(const std::vector< gd::Expression > &val)gd::Instructioninline
SetParametersCount(std::size_t size)gd::Instruction
SetType(const gd::String &newType)gd::Instructioninline
~Instruction() (defined in gd::Instruction)gd::Instructioninlinevirtual