You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for entities AI (i.e. actors, NPCs, enemies, etc) has been entirely decompiled. But much of the code is still undocumented.
A useful task is to pick one of the entities (the files in the src/code/entities/ directory), analyze how it works, and label the functions to document its behavior.
The text was updated successfully, but these errors were encountered:
The code for entities AI (i.e. actors, NPCs, enemies, etc) has been entirely decompiled. But much of the code is still undocumented.
A useful task is to pick one of the entities (the files in the
src/code/entities/
directory), analyze how it works, and label the functions to document its behavior.The text was updated successfully, but these errors were encountered: