Difference between revisions of "CompileRegister"

From Soldat Community Wiki
Jump to: navigation, search
Line 1: Line 1:
Should this even be under "Classes"? Lol. Didn't know where else to put it under. Anyways.
+
Should this even be under "Classes"? Lol. Didn't know where else to put it under.
  
 
Anyway.
 
Anyway.
 
+
<br><br>
 
----
 
----
 +
<br><br>
 +
This class procedure is called in several different instances. In each of them it executes a task specific for the instance, but it generally does one simple thing: it registers stuff into the script core (at least that's what I'm getting from all of this), like functions and procedures (actually, that looks like that's exactly it).
  
This class procedure is called in several different instances. In each of them it executes a task specific for the instance, but it generally does one simple thing: it registers stuff into the script core (at least that's what I'm getting from all of this), like functions and procedures (actually, that looks like that's exactly it).
+
I don't know if you want me to write what it does in each of those files, so I'll stop here before I start babbling bullshit. :p
  
  
 
----
 
----
 
[[Category:Classes]]
 
[[Category:Classes]]

Revision as of 04:16, 25 June 2013

Should this even be under "Classes"? Lol. Didn't know where else to put it under.

Anyway.




This class procedure is called in several different instances. In each of them it executes a task specific for the instance, but it generally does one simple thing: it registers stuff into the script core (at least that's what I'm getting from all of this), like functions and procedures (actually, that looks like that's exactly it).

I don't know if you want me to write what it does in each of those files, so I'll stop here before I start babbling bullshit. :p