Skip to content

Instantly share code, notes, and snippets.

flytext kind - logmessage row, number after : is an extra param passed to flytext that is usually 5 but varies on some rows
00 - 504:5, 508:2, 509:3
01 - 447:5
02 - 505:5
03 - 450:5
04 - 510:5, 512:4, 513:4, 517:2, 518:3
05 - 448:5
06 - 511:5
07 - 451:5
@aers
aers / count_loaded_refs_in_load_order.pas
Created January 15, 2019 04:40
xedit count loaded refrs in load order
Unit CountLoadedRefs;
Var
giTemporaryCount: Integer;
giPersistentCount: Integer;
giPluginTemporaryCount: Integer;
giPluginPersistentCount: Integer;
Const
gtPersistent = 8;