Aurora.ScriptEngineParser.yyLSLSyntax.Assignment_factory C# (CSharp) Method

Assignment_factory() public static method

public static Assignment_factory ( Parser yyp ) : object
yyp Tools.Parser
return object
        public static object Assignment_factory(Parser yyp)
        {
            return new Assignment(yyp);
        }
yyLSLSyntax