Changeset 338 for trunk/GameServer.pas
- Timestamp:
- Apr 1, 2021, 10:11:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GameServer.pas
r336 r338 25 25 // notifications 26 26 TNotify = ( 27 ntCreateWorld = 0,28 ntInitModule = $100,29 ntInitLocalHuman = $1FF,30 ntDLLError = $200,31 ntAIError = $2FF,32 ntClientError = $300,33 ntInitPlayers = $400,34 ntDeactivationMissing = $410,35 ntSetAIName = $420,36 ntException = $500,37 ntLoadBegin = $600,38 ntLoadState = $601,39 ntEndInfo = $6FC,40 ntBackOn = $6FD,41 ntBackOff = $6FE,42 ntLoadError = $6FF,43 ntStartDone = $700,44 ntStartGo = $701,45 ntStartGoRefresh = $702,46 ntStartGoRefreshMaps = $703,47 ntChangeClient = $800,48 ntNextPlayer = $810,49 ntDeinitModule = $90027 ntCreateWorld, 28 ntInitModule, 29 ntInitLocalHuman, 30 ntDLLError, 31 ntAIError, 32 ntClientError, 33 ntInitPlayers, 34 ntDeactivationMissing, 35 ntSetAIName, 36 ntException, 37 ntLoadBegin, 38 ntLoadState, 39 ntEndInfo, 40 ntBackOn, 41 ntBackOff, 42 ntLoadError, 43 ntStartDone, 44 ntStartGo, 45 ntStartGoRefresh, 46 ntStartGoRefreshMaps, 47 ntChangeClient, 48 ntNextPlayer, 49 ntDeinitModule 50 50 ); 51 51
Note:
See TracChangeset
for help on using the changeset viewer.