Difference between revisions of "CompileRegister"

From Soldat Community Wiki
Jump to: navigation, search
Line 5: Line 5:
 
----
 
----
  
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).
+
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).
  
  
 
----
 
----
 
[[Category:Classes]]
 
[[Category:Classes]]

Revision as of 04:14, 25 June 2013

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

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).