MainCommand

  • キャンプ
  • 移動
  • システム

Functions

alert("Functions");
root.stack = [];
root.list = [];
root.command = {};
root.members = ["マリスター", "レイピア"];

root.func.updateList = function(xml){
  root.list = [];
  $("item", xml).each(function(){
    root.list.push($(this).text());
  });
}

root.func.loadSection = function(xml){
  var items = $("item", xml);
  if(items){
    items.each(function(){
      root.list.push($(this).text());
    });
  }

  var jslogic = $("logic", xml);
  if(jslogic){
    eval(jslogic);
  }
}

キャンプ

root.list = root.members;

移動

  • 西



リロード   新規 編集 凍結 差分 添付 複製 名前変更   ホーム 一覧 単語検索 最終更新 バックアップ   ヘルプ   最終更新のRSS
Last-modified: 2010-10-11 (月) 23:04:22 (4946d)