From c167e990a51f2766567afa773abe2a289ea4f137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Sun, 20 Apr 2014 22:06:47 +0200 Subject: [PATCH] Add GetName function to Actions --- planet/System.ocg/Action.c | 1 + 1 file changed, 1 insertion(+) diff --git a/planet/System.ocg/Action.c b/planet/System.ocg/Action.c index 6c765de1f..643fe2166 100644 --- a/planet/System.ocg/Action.c +++ b/planet/System.ocg/Action.c @@ -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,