Updated with new information
(Updated with new information) |
|||
| Line 1: | Line 1: | ||
This page is a guide on '''using OnUpdate correctly'''. | |||
== How Often Is It Called == | == How Often Is It Called == | ||
The game engine will call your OnUpdate function once each frame. This is (in most cases) extremely excessive. | The game engine will call your OnUpdate function once each frame. This is (in most cases) extremely excessive. | ||