Added some docs by Mr.Elusive about the BFG architecture

This commit is contained in:
Robert Beckebans 2025-01-04 18:31:14 +01:00
parent 95336f49b8
commit 51bad93179
7 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -41,6 +41,8 @@ base/renderprogs2/
base/generated/
base/env/
base/screenshots/
base/_tb/*.obj
base/_tb/*.mtl
GPATH
GRTAGS
@ -52,3 +54,4 @@ neo/neo.kdev4
neo/.idea/
neo/cmake-build-*/
neo/bin/
tools/

View file

@ -295,7 +295,7 @@ scriptEvent entity getEntity( string name );
scriptEvent entity spawn( string classname );
// Respawn
scriptEvent void respawn();
scriptEvent void respawn( );
// copies the spawn args from an entity
scriptEvent void copySpawnArgs( entity ent );

Binary file not shown.

BIN
docs/flash/avm2overview.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.