SERVER/STANDARD: Add crc16 builtin

This commit is contained in:
cypress 2024-01-07 10:08:50 -05:00
parent 5e799823af
commit efbb0582cd
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ string(float num)
// 2001-11-15 DarkPlaces general builtin functions by Lord Havoc end
// DP_QC_STRING_CASE_FUNCTIONS
string (string s) strtolower = #480;
float (float caseinsensitive, string s) crc16 = #494;
void (string trackname) songegg = #500;
void () nzp_maxammo = #501;
void (entity who) grenade_pulse = #502;