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

SimpleAssignment_2_factory() public static method

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