I have a few questions about special syntax in RGSS.
First, what is '<<'? I've seen it as 'class << self' many times, and I've even looked in the help file, but I haven't found anything out so far...
Next, how do you use 'Win32API'? I have no idea which methods I can call with it, other than the ones needed for my Mouse Module.
And how do symbols work? Like, I get 'method_defined?method)', but why does it need to be a symbol???
And (not really syntax, but...) how do I print constants, local variables, etc. from hidden classes? Ex: 'p File.<whatever>'.
Thanks for any answers.
First, what is '<<'? I've seen it as 'class << self' many times, and I've even looked in the help file, but I haven't found anything out so far...
Next, how do you use 'Win32API'? I have no idea which methods I can call with it, other than the ones needed for my Mouse Module.
And how do symbols work? Like, I get 'method_defined?method)', but why does it need to be a symbol???
And (not really syntax, but...) how do I print constants, local variables, etc. from hidden classes? Ex: 'p File.<whatever>'.
Thanks for any answers.