C# Class Nintenlord.Event_Assembler.Core.Code.Language.Context

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Méthode Description
AddLabel ( string name ) : void
AddNewScope ( ) : void
Context ( ) : System
EndScope ( ) : void
MoveToNextScope ( ) : bool
StartFromFirstScope ( ) : void
TryGetLabelOffset ( string name, int &offset ) : bool

Method Details

AddLabel() public méthode

public AddLabel ( string name ) : void
name string
Résultat void

AddNewScope() public méthode

public AddNewScope ( ) : void
Résultat void

Context() public méthode

public Context ( ) : System
Résultat System

EndScope() public méthode

public EndScope ( ) : void
Résultat void

MoveToNextScope() public méthode

public MoveToNextScope ( ) : bool
Résultat bool

StartFromFirstScope() public méthode

public StartFromFirstScope ( ) : void
Résultat void

TryGetLabelOffset() public méthode

public TryGetLabelOffset ( string name, int &offset ) : bool
name string
offset int
Résultat bool