getroomVariables contains error
Posted: 29 Jan 2015, 08:35
Hello,
This is my room variables;
r.getVariables().toString() : vars:[[RVar: created_date, type: 4, value: 2015-01-29 09:25:54, isPriv: false], [RVar: playera, type: 4, value: xxx, isPriv: false], [RVar: playerb, type: 4, value: , isPriv: false], [RVar: botgame, type: 1, value: true, isPriv: false], [RVar: gamestatus, type: 2, value: 0, isPriv: false]]
But when i try to run this , i'm getting false, but botgame variable is exist.
r.getVariables().contains("botgame") : false
What did I wrong can you help me please?
Best Regards
This is my room variables;
r.getVariables().toString() : vars:[[RVar: created_date, type: 4, value: 2015-01-29 09:25:54, isPriv: false], [RVar: playera, type: 4, value: xxx, isPriv: false], [RVar: playerb, type: 4, value: , isPriv: false], [RVar: botgame, type: 1, value: true, isPriv: false], [RVar: gamestatus, type: 2, value: 0, isPriv: false]]
But when i try to run this , i'm getting false, but botgame variable is exist.
r.getVariables().contains("botgame") : false
What did I wrong can you help me please?
Best Regards