Rename SQF/dayz_code/util/Util.hpp to Server Files/Archive/dayz_code/util/Util.hpp

This commit is contained in:
worldwidesorrow
2020-01-21 11:53:56 -06:00
committed by GitHub
parent 57b5e960ef
commit 6c833f657c

View File

@@ -23,4 +23,4 @@ variable is restored automatically after transmission. For example:
//Note: the predicate is evaluated once each frame. Expensive operations may cause performance issues.
#define Util_WaitUntil(predicate, timeout) ([_this, predicate, timeout, diag_tickTime] call dz_fn_util_waitUntil)
#endif
#endif