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

RotationConstant_factory() public static method

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