Game Development Reference
In-Depth Information
Getting ready
Before we start with the actual implementation, we create a small interface that we will use
for various scripting scenarios. We call it ScriptObject and it should have the follow-
ing three methods:
void update(float tpf);
void trigger();
voidonTrigger();
Search WWH ::




Custom Search