Page history
21 September 2024
20 September 2024
19 September 2024
Raphi
Raphi moved page Actors to Actor
mRaphi
no edit summary
m+38
Raphi
no edit summary
+87
Raphi
→Actor functions
m+5
Raphi
Created page with "The Boktai games use an actor system to keep track of all "objects" currently existing in the game. Every actor has a callback that will be called every frame. Examples of actors are: Django, the camera, enemies... = Structure = Actors are defined using a pattern similar to object-oriented programming. There is a "base class", <code>Actor</code>, and "subclasses", like <code>DjangoActor</code> for example. Each subclass contains data specific to that actor type (for ex..."
+3,616