GrimmLib.WaitDialogueNode.OnEnter C# (CSharp) Méthode

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void
        public override void OnEnter()
        {
            if(hasBranch) {
                StartNextNode();
            }
            isListening = true;

            if(eventName == "") { // If this is set the node can only trigger on events
                Evaluate();
            }
        }