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

SimpleAssignment_1_factory() public static method

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