Closed ericoporto closed 10 months ago
These interactions and events in general are described here: EventTypes.
This file is directly linked from Home.
I think maybe the format of this file could be improved somehow (adding the default generated events by the editor, like room_Load
?), there are six things with their events described in the file:
I was thinking in keeping it as a master file and breaking the others to their own files, having each event as a heading. Or just having each event as h4 type of heading - we only use those in the tutorials and in the engine plugin api description.
I verified h4 does gets added to the index, so perhaps keep those in one file for now.
The event functions are also mentioned in the tutorial, on these pages: https://github.com/adventuregamestudio/ags-manual/wiki/acintro3 https://github.com/adventuregamestudio/ags-manual/wiki/acintro4 https://github.com/adventuregamestudio/ags-manual/wiki/acintro5 https://github.com/adventuregamestudio/ags-manual/wiki/acintro7 https://github.com/adventuregamestudio/ags-manual/wiki/acintro8 some of these are present as a code, but some unfortunately are on a screenshot...
But maybe it's not necessary to do everywhere.
Updated and reorganized Event Types topic: https://github.com/adventuregamestudio/ags-manual/wiki/EventTypes/_compare/bf1c874955ec8faa59ba0bccaed47943ec941bba...391ae7ebb78ba32f72bbca482f12fe2c757ceb7b
I think that will do for now, but of course the topic may be improved further.
Script API:
From forums