![]() |
|
イベントスクリプトクラス [詳解]
クラス |
|
class | ArrayVariableAttr |
属性(配列変数型)
[詳解]
|
|
class | Attr |
属性(基底クラス)
[詳解]
|
|
class | Command |
スクリプトコマンドクラス
[詳解]
|
|
class | FloatAttr |
属性(浮動小数点型)
[詳解]
|
|
class | GuidAttr |
属性(GUID型)
[詳解]
|
|
class | IntAttr |
属性(整数型)
[詳解]
|
|
class | LocalVariableAttr |
属性(ローカル変数型)
[詳解]
|
|
class | SpotAttr |
属性(場所・スポット型)
[詳解]
|
|
class | StringAttr |
属性(文字列型)
[詳解]
|
|
class | VariableAttr |
属性(変数型)
[詳解]
|
|
公開型 |
|
enum |
Trigger
{
NONE , AUTO , TALK , HIT , HIT_FROM_EV , AUTO_REPEAT , PARALLEL , PARALLEL_MV , AUTO_PARALLEL , BATTLE_START , BATTLE_TURN , BATTLE_PARALLEL , BATTLE_END , INIT , TERM } |
開始トリガー
|
|
![]() |
|
enum | ThumbnailStatusType { Empty = 0 , Creating , Created , Failed } |
サムネイル画像生成状況
|
|
公開メンバ関数 |
|
override void | save (System.IO.BinaryWriter writer) |
override void | load (System.IO.BinaryReader reader) |
override bool | initializingAfterLoading () |
![]() |
|
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) |
公開変数類 |
|
bool | ignoreHeight |
bool | expandArea |
Trigger | trigger |
List< Command > | commands = new List<Command>() |
![]() |
|
Guid | guId |
String | name |
string | tags = "" |
string | category = "" |
静的公開変数類 |
|
const int | MAX_ATTR = 250 |
const int | MAX_LABEL = 100 |
const int | MAX_ATTR_PER_UNIT_old = (sizeof(uint) * 8) / Attr.ATTRTYPE_LENGTH_old - 1 |
![]() |
|
static int | thumbnailWidth = 128 |
static int | thumbnailHeight = 128 |
const char | CATEGORY_SPLITTER = '\\' |
static CREATETHUMBNAIL | createThumbnailFunction = null |
const int | UnknownRefCount = -2000 |
その他の継承メンバ |
|
![]() |
|
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) |
![]() |
|
virtual void | Dispose (bool disposing) |
![]() |
|
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]
|
イベントスクリプトクラス
|
virtual |
Yukar.Common.Rom.RomItemを再実装しています。