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

SimpleAssignment_15_factory() public static method

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