|
@@ -209,7 +209,8 @@ namespace NTERA.Engine.Runtime
|
|
new FunctionDefinition("GETFONT", new FunctionParameter[0], new FunctionVariable[0], true, "__GLOBAL"),
|
|
new FunctionDefinition("GETFONT", new FunctionParameter[0], new FunctionVariable[0], true, "__GLOBAL"),
|
|
new FunctionDefinition("GETMILLISECOND", new FunctionParameter[0], new FunctionVariable[0], true, "__GLOBAL"),
|
|
new FunctionDefinition("GETMILLISECOND", new FunctionParameter[0], new FunctionVariable[0], true, "__GLOBAL"),
|
|
|
|
|
|
- new FunctionDefinition("__FORMAT", new[] { new FunctionParameter("a"), new FunctionParameter("a"), new FunctionParameter("a"), }, new FunctionVariable[0], true, "__GLOBAL")
|
|
|
|
|
|
+ new FunctionDefinition("__FORMAT", new[] { new FunctionParameter("a"), new FunctionParameter("b"), new FunctionParameter("c"), }, new FunctionVariable[0], true, "__GLOBAL"),
|
|
|
|
+ new FunctionDefinition("__INLINEIF", new[] { new FunctionParameter("condition"), new FunctionParameter("ifTrue"), new FunctionParameter("ifFalse"), }, new FunctionVariable[0], true, "__GLOBAL")
|
|
};
|
|
};
|
|
|
|
|
|
public static Keyword[] DefaultKeywords { get; } =
|
|
public static Keyword[] DefaultKeywords { get; } =
|