SERVER/STANDARD: Add crc16 builtin

This commit is contained in:
cypress 2024-01-07 10:08:50 -05:00
parent 5e799823af
commit efbb0582cd

View file

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