Merge branch 'master' of https://git.bit5.ru/bit/jsm_macros
This commit is contained in:
commit
b33d7a471c
|
@ -145,6 +145,14 @@ function macro_IS_DEV($jsm)
|
||||||
return \taskman\getor("GAME_IS_DEV", 0);
|
return \taskman\getor("GAME_IS_DEV", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @global
|
||||||
|
*/
|
||||||
|
function macro_PROP($jsm, $expr)
|
||||||
|
{
|
||||||
|
return \taskman\get($expr);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @global
|
* @global
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue