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

SimpleAssignment_24_factory() public static method

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