Add GetName function to Actions

liquid_container
Günther Brammer 2014-04-20 22:06:47 +02:00
parent e5cfb1858f
commit c167e990a5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ static const DFA_ATTACH = "ATTACH";
static const DFA_CONNECT = "CONNECT";
static const DFA_PULL = "PULL";
static const Action = {
GetName = Global.GetName,
Length = 1,
Directions = 1,
Step = 1,