Difference between revisions of "RCKFunctions"
Jump to navigation
Jump to search
(Created page with "'''RCKFunctions''' is a name of a static class inside the RPG Creation Kit that contains static methods and function to quickly access the key functionalities of the RPG Creation Kit. It is vastly used while Scripting, and it is always recommended you call functions from there, instead of to the direct classes.") |
(No difference)
|
Latest revision as of 19:38, 6 March 2022
RCKFunctions is a name of a static class inside the RPG Creation Kit that contains static methods and function to quickly access the key functionalities of the RPG Creation Kit.
It is vastly used while Scripting, and it is always recommended you call functions from there, instead of to the direct classes.