Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of el17dg by
GameObject Class Reference
GameObject Class. More...
#include <gameobject.h>
Inherited by Boss, Enemy, and Player.
Public Member Functions | |
| void | spawn (Point spawn_pos) |
| Activates the object at the given postion. | |
Detailed Description
GameObject Class.
Base class for all objects in the game world.
- Date:
- 15/04/2019
Definition at line 13 of file gameobject.h.
Member Function Documentation
| void spawn | ( | Point | spawn_pos ) |
Activates the object at the given postion.
- Parameters:
-
spawn_pos sets position of x and y into pos (Point).
Definition at line 19 of file gameobject.h.
Generated on Thu Jul 14 2022 14:15:02 by
1.7.2
