Logo
クラス | 公開型 | 公開メンバ関数 | 公開変数類 | プロパティ | 全メンバ一覧
Yukar.Common.Rom.NItem クラス

BAKIN用アイテムクラス [詳解]

Yukar.Common.Rom.NItem の継承関係図
Yukar.Common.Rom.RomItem Yukar.Common.Rom.IChunk

クラス

class Equipable
装備情報 [詳解]
class Expendable
消耗品情報 [詳解]
class ExpendableWithSkill
消耗品情報(スキル) 現在の仕様では、消耗品とは限らないので注意 [詳解]
class Weapon
武器情報 [詳解]

公開型

enum EquipPos {
NONE , SHIELD , HEAD , ARMOR ,
ACCESSORY
}
装着箇所
- 基底クラス Yukar.Common.Rom.RomItem に属する継承公開型
enum ThumbnailStatusType { Empty = 0 , Creating , Created , Failed }
サムネイル画像生成状況

公開メンバ関数

override void save (System.IO.BinaryWriter writer)
override void load (System.IO.BinaryReader reader)
NItem (Common.Rom.Item rom)
override void ChangeId (Dictionary< Guid, RomItem > inChangeIdDic)
- 基底クラス Yukar.Common.Rom.RomItem に属する継承公開メンバ関数
string getCategory (string locale=null)
System.Drawing.Bitmap getThumbnail (THUMBNAILMAKERNOTIFY notify, out bool setNotify)
System.Drawing.Bitmap getThumbnail (THUMBNAILMAKERNOTIFY notify)
System.Drawing.Bitmap getThumbnail ()
void invalidateThumbnail ()
void invalidateThumbnail (THUMBNAILMAKERNOTIFY notify)
void forceInvalidateThumbnail (THUMBNAILMAKERNOTIFY notify)
virtual void save (BinaryWriter writer)
virtual void load (BinaryReader reader)
virtual void saveUsedGUID (BinaryWriter writer, bool inIncludeChildUseRomGUID)
使用しているGUIDの書き出し(ツール用) [詳解]
void saveUsedGUID (BinaryWriter writer)
使用しているGUIDの書き出し(ツール用) [詳解]
virtual bool initializingAfterLoading ()
virtual void postImport (string srcpath)
virtual void reImport ()
virtual void export (string path)
virtual void onCatalogCleanup ()
void copyFrom (Common.Rom.RomItem src)
virtual void CheckRecourceConsistency (Catalog inCatalog)
virtual void ChangeId (Dictionary< Guid, Rom.RomItem > inChangeIdDic)
使用しているIdを対応するロムのIdに差し替える [詳解]
void ClearId (List< Rom.RomItem > inClearRomItemList)
リストのロムの使用を削除 [詳解]
void Dispose ()
void AddUpdatecall (int count)
void save (BinaryWriter writer)
void load (BinaryReader reader)

公開変数類

Guid srcGuid
ItemType srcItemType = ItemType.NO_EFFECT
String description = ""
int price = 1
Resource.Icon.Ref icon
Guid model
int maxNum = 99
EquipPos equipType = EquipPos.NONE
Guid scriptOnNew
bool useCatcher = false
int catcherHPRate = 10
int catcherMaxLevel = 0
int usage = 0
Expendable _expendable = new Expendable()
ExpendableWithSkill _expendableWithSkill = new ExpendableWithSkill()
Equipable _equipable = new Equipable()
Weapon _weapon = new Weapon()
- 基底クラス Yukar.Common.Rom.RomItem に属する継承公開変数類
Guid guId
String name
string tags = ""
string category = ""

プロパティ

string Description [get, set]
int Price [get, set]
Icon.Ref Icon [get, set]
Guid Model [get, set]
int MaxNum [get, set]
bool UseCatcher [get, set]
int CatcherHPRate [get, set]
int CatcherMaxLevel [get, set]
bool Consumption [get, set]
bool UsageWeapon [get, set]
bool UsageArmor [get, set]
Expendable ExpendableData [get, set]
ExpendableWithSkill ExpendableWithSkillData [get, set]
Equipable EquipableData [get, set]
Weapon WeaponData [get, set]
string WeaponDataFormula [get, set]
Guid WeaponDataEffect [get, set]
Guid ExpendableDataEffect [get, set]
string WeaponDataMotion [get, set]
Guid WeaponDataMotionGuid [get, set]
int WeaponMoveForward [get, set]
bool Expendable_AvailableInField [get, set]
bool Expendable_AvailableInBattle [get, set]
Guid Expendable_CommonExec [get, set]
bool ExpendableWithSkill_AvailableInField [get, set]
bool ExpendableWithSkill_AvailableInBattle [get, set]
Guid ExpendableWithSkill_Skill [get, set]
int Hitpoint [get, set]
int HitpointPercent [get, set]
int Magicpoint [get, set]
int MagicpointPercent [get, set]
int Magic [get, set]
int Speed [get, set]
int Evasion [get, set]
int Dexterity [get, set]
int MaxHitpoint [get, set]
int MaxMagicpoint [get, set]
int Attack [get, set]
Guid AttackAttribute [get, set]
int AttrAttack [get, set]
int Critical [get, set]
int MaxDamage [get, set]
int Defense [get, set]
int EquipType [get, set]
bool IsSellable [get]
bool IsExpandable [get]
bool IsExpandableWithSkill [get]
bool IsWeapon [get]
bool IsArmor [get]
Expendable expendable [get]
ExpendableWithSkill expendableWithSkill [get]
Equipable equipable [get]
Weapon weapon [get]
- 基底クラス Yukar.Common.Rom.RomItem に属する継承プロパティ
System.Drawing.Bitmap Thumbnail [get]
ThumbnailStatusType ThumbnailStatus = ThumbnailStatusType.Empty [get, set]
string Name [get, set]
virtual int RefCount [get]
virtual bool UseRefCount [get]
Folder Parent [get, set]

その他の継承メンバ

- 基底クラス Yukar.Common.Rom.RomItem に属する継承静的公開メンバ関数
static void writeChunk (System.IO.BinaryWriter writer, IChunk rom)
static void readChunk (System.IO.BinaryReader reader, IChunk rom)
static T Clone< T > (RomItem inSrc)
static bool equalChunk (IChunk a, IChunk b)
- 基底クラス Yukar.Common.Rom.RomItem に属する継承静的公開変数類
static int thumbnailWidth = 128
static int thumbnailHeight = 128
const char CATEGORY_SPLITTER = '\\'
static CREATETHUMBNAIL createThumbnailFunction = null
const int UnknownRefCount = -2000
- 基底クラス Yukar.Common.Rom.RomItem に属する継承限定公開メンバ関数
virtual void Dispose (bool disposing)

詳解

BAKIN用アイテムクラス


このクラス詳解は次のファイルから抽出されました: