mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
//Proc to check if a flag is active to use in universal math
|
|
/proc/global_flag_check(element, flag)
|
|
if(element & flag)
|
|
return 1
|
|
else
|
|
return 0
|