Frictional Games Forum (read-only)
Difference between void OnStart and void onEnter - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Difference between void OnStart and void onEnter (/thread-17183.html)



Difference between void OnStart and void onEnter - ooadrianoo - 07-22-2012

What is the difference between these?
An example would be nice.


RE: Difference between void OnStart and void onEnter - Acies - 07-22-2012

VoidOnStart = Executes the first time you enter the map.
VoidOnEnter = Executes every time you enter the map.


RE: Difference between void OnStart and void onEnter - ooadrianoo - 07-22-2012

ok thx