Skip to main content

Module statements

Module statements 

Source

Modules§

assignmentstatement
breakstatement
chunkstatement
compositestatement
emptystatement
foreachloopstatement
forloopstatement
functioncallstatement
functiondefinitionstatement
gotostatement
ifstatement
labelstatement
repeatstatement
returnstatement
scopeblockstatement
whilestatement

Structs§

AssignmentStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.AssignmentStatement Inherits: Statement
BreakStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.BreakStatement Inherits: Statement
ChunkStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.ChunkStatement Inherits: Statement
CompositeStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.CompositeStatement Inherits: Statement
EmptyStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.EmptyStatement Inherits: Statement
ForEachLoopStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.ForEachLoopStatement Inherits: Statement
ForLoopStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.ForLoopStatement Inherits: Statement
FunctionCallStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.FunctionCallStatement Inherits: Statement
FunctionDefinitionStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.FunctionDefinitionStatement Inherits: Statement
GotoStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.GotoStatement Inherits: Statement
IfStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.IfStatement Inherits: Statement
IfStatement_IfBlock
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.IfStatement.IfBlock Inherits: Object
LabelStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.LabelStatement Inherits: Statement
RepeatStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.RepeatStatement Inherits: Statement
ReturnStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.ReturnStatement Inherits: Statement
ScopeBlockStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.ScopeBlockStatement Inherits: Statement
WhileStatement
IL2CPP class: MoonSharp.Interpreter.Tree.Statements.WhileStatement Inherits: Statement

Traits§

IAssignmentStatement
IAssignmentStatementMethods
IBreakStatement
IBreakStatementMethods
IChunkStatement
IChunkStatementMethods
ICompositeStatement
ICompositeStatementMethods
IEmptyStatement
IEmptyStatementMethods
IForEachLoopStatement
IForEachLoopStatementMethods
IForLoopStatement
IForLoopStatementMethods
IFunctionCallStatement
IFunctionCallStatementMethods
IFunctionDefinitionStatement
IFunctionDefinitionStatementMethods
IGotoStatement
IGotoStatementMethods
IIfStatement
IIfStatementMethods
IIfStatement_IfBlock
IIfStatement_IfBlockMethods
ILabelStatement
ILabelStatementMethods
IRepeatStatement
IRepeatStatementMethods
IReturnStatement
IReturnStatementMethods
IScopeBlockStatement
IScopeBlockStatementMethods
IWhileStatement
IWhileStatementMethods