mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
SERVER/STANDARD: Add crc16 builtin
This commit is contained in:
parent
5e799823af
commit
efbb0582cd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue