Advertisement
idbeHoldL

Untitled

Apr 25th, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.42 KB | None | 0 0
  1. // --------------------------------------------------------------------------- //
  2.  
  3. // получить все аномалии (асинхронный с колбеком)
  4. ['anomaly/list',
  5. [
  6.     [FILTER_EQ,'instance',1],
  7.     [FILTER_EQ,'isActive',true]
  8. ], {
  9.     _this call module(SpawnAnomaly);
  10. }] call ApiGetList; // throws Exception on any fail
  11.  
  12. // --------------------------------------------------------------------------- //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement