Table of Contents
Script::createScript
Creates a new Script for a Scriptable Component.
template <typename T> T* createScript();
None.
The type of the Script to create must be passed as a template.