iAction,name,info, buildiActionCache, mode, myInfo

This commit is contained in:
2019-10-05 01:17:43 +09:00
parent 5eec7f9bbc
commit 53a3767829
90 changed files with 551 additions and 3592 deletions
+4
View File
@@ -13,6 +13,10 @@ trait LazyVarUpdater{
return $this->raw[$key];
}
function getVars(string ...$keys){
return array_map([$this, 'getVar'], $keys);
}
function touchVar(string $key):bool{
if(key_exists($key, $this->raw)){
return false;