Added PROP macro

This commit is contained in:
Alexey Chubar 2023-06-20 19:32:41 +03:00
parent e4faacae82
commit fa18e07f23
1 changed files with 8 additions and 0 deletions

View File

@ -145,6 +145,14 @@ function macro_IS_DEV($jsm)
return taskman_propor("GAME_IS_DEV", 0); return taskman_propor("GAME_IS_DEV", 0);
} }
/**
* @global
*/
function macro_PROP($jsm, $expr)
{
return \taskman\get($expr);
}
/** /**
* @global * @global
*/ */