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

SimpleAssignment_factory() public static method

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