forked from Raphael/SCHALE.GameServer
359 lines
24 KiB
C#
359 lines
24 KiB
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
using global::System;
|
|
using global::System.Collections.Generic;
|
|
using global::SCHALE.Common.Crypto;
|
|
using global::Google.FlatBuffers;
|
|
|
|
public struct CharacterDialogExcel : IFlatbufferObject
|
|
{
|
|
private Table __p;
|
|
public ByteBuffer ByteBuffer { get { return __p.bb; } }
|
|
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_24_3_25(); }
|
|
public static CharacterDialogExcel GetRootAsCharacterDialogExcel(ByteBuffer _bb) { return GetRootAsCharacterDialogExcel(_bb, new CharacterDialogExcel()); }
|
|
public static CharacterDialogExcel GetRootAsCharacterDialogExcel(ByteBuffer _bb, CharacterDialogExcel obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
|
public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); }
|
|
public CharacterDialogExcel __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
|
|
|
|
public long CharacterId { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
|
|
public long CostumeUniqueId { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
|
|
public long DisplayOrder { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
|
|
public SCHALE.Common.FlatData.ProductionStep ProductionStep { get { int o = __p.__offset(10); return o != 0 ? (SCHALE.Common.FlatData.ProductionStep)__p.bb.GetInt(o + __p.bb_pos) : SCHALE.Common.FlatData.ProductionStep.ToDo; } }
|
|
public SCHALE.Common.FlatData.DialogCategory DialogCategory { get { int o = __p.__offset(12); return o != 0 ? (SCHALE.Common.FlatData.DialogCategory)__p.bb.GetInt(o + __p.bb_pos) : SCHALE.Common.FlatData.DialogCategory.Cafe; } }
|
|
public SCHALE.Common.FlatData.DialogCondition DialogCondition { get { int o = __p.__offset(14); return o != 0 ? (SCHALE.Common.FlatData.DialogCondition)__p.bb.GetInt(o + __p.bb_pos) : SCHALE.Common.FlatData.DialogCondition.Idle; } }
|
|
public SCHALE.Common.FlatData.Anniversary Anniversary { get { int o = __p.__offset(16); return o != 0 ? (SCHALE.Common.FlatData.Anniversary)__p.bb.GetInt(o + __p.bb_pos) : SCHALE.Common.FlatData.Anniversary.None; } }
|
|
public string StartDate { get { int o = __p.__offset(18); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetStartDateBytes() { return __p.__vector_as_span<byte>(18, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetStartDateBytes() { return __p.__vector_as_arraysegment(18); }
|
|
#endif
|
|
public byte[] GetStartDateArray() { return __p.__vector_as_array<byte>(18); }
|
|
public string EndDate { get { int o = __p.__offset(20); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetEndDateBytes() { return __p.__vector_as_span<byte>(20, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetEndDateBytes() { return __p.__vector_as_arraysegment(20); }
|
|
#endif
|
|
public byte[] GetEndDateArray() { return __p.__vector_as_array<byte>(20); }
|
|
public long GroupId { get { int o = __p.__offset(22); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
|
|
public SCHALE.Common.FlatData.DialogType DialogType { get { int o = __p.__offset(24); return o != 0 ? (SCHALE.Common.FlatData.DialogType)__p.bb.GetInt(o + __p.bb_pos) : SCHALE.Common.FlatData.DialogType.Talk; } }
|
|
public string ActionName { get { int o = __p.__offset(26); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetActionNameBytes() { return __p.__vector_as_span<byte>(26, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetActionNameBytes() { return __p.__vector_as_arraysegment(26); }
|
|
#endif
|
|
public byte[] GetActionNameArray() { return __p.__vector_as_array<byte>(26); }
|
|
public long Duration { get { int o = __p.__offset(28); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
|
|
public string AnimationName { get { int o = __p.__offset(30); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetAnimationNameBytes() { return __p.__vector_as_span<byte>(30, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetAnimationNameBytes() { return __p.__vector_as_arraysegment(30); }
|
|
#endif
|
|
public byte[] GetAnimationNameArray() { return __p.__vector_as_array<byte>(30); }
|
|
public string LocalizeKr { get { int o = __p.__offset(32); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetLocalizeKrBytes() { return __p.__vector_as_span<byte>(32, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetLocalizeKrBytes() { return __p.__vector_as_arraysegment(32); }
|
|
#endif
|
|
public byte[] GetLocalizeKrArray() { return __p.__vector_as_array<byte>(32); }
|
|
public string LocalizeJp { get { int o = __p.__offset(34); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetLocalizeJpBytes() { return __p.__vector_as_span<byte>(34, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetLocalizeJpBytes() { return __p.__vector_as_arraysegment(34); }
|
|
#endif
|
|
public byte[] GetLocalizeJpArray() { return __p.__vector_as_array<byte>(34); }
|
|
public uint VoiceId(int j) { int o = __p.__offset(36); return o != 0 ? __p.bb.GetUint(__p.__vector(o) + j * 4) : (uint)0; }
|
|
public int VoiceIdLength { get { int o = __p.__offset(36); return o != 0 ? __p.__vector_len(o) : 0; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<uint> GetVoiceIdBytes() { return __p.__vector_as_span<uint>(36, 4); }
|
|
#else
|
|
public ArraySegment<byte>? GetVoiceIdBytes() { return __p.__vector_as_arraysegment(36); }
|
|
#endif
|
|
public uint[] GetVoiceIdArray() { return __p.__vector_as_array<uint>(36); }
|
|
public bool ApplyPosition { get { int o = __p.__offset(38); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } }
|
|
public float PosX { get { int o = __p.__offset(40); return o != 0 ? __p.bb.GetFloat(o + __p.bb_pos) : (float)0.0f; } }
|
|
public float PosY { get { int o = __p.__offset(42); return o != 0 ? __p.bb.GetFloat(o + __p.bb_pos) : (float)0.0f; } }
|
|
public bool CollectionVisible { get { int o = __p.__offset(44); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } }
|
|
public SCHALE.Common.FlatData.CVCollectionType CvCollectionType { get { int o = __p.__offset(46); return o != 0 ? (SCHALE.Common.FlatData.CVCollectionType)__p.bb.GetInt(o + __p.bb_pos) : SCHALE.Common.FlatData.CVCollectionType.CVNormal; } }
|
|
public long UnlockFavorRank { get { int o = __p.__offset(48); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
|
|
public bool UnlockEquipWeapon { get { int o = __p.__offset(50); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } }
|
|
public string LocalizeCvGroup { get { int o = __p.__offset(52); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
|
|
#if ENABLE_SPAN_T
|
|
public Span<byte> GetLocalizeCvGroupBytes() { return __p.__vector_as_span<byte>(52, 1); }
|
|
#else
|
|
public ArraySegment<byte>? GetLocalizeCvGroupBytes() { return __p.__vector_as_arraysegment(52); }
|
|
#endif
|
|
public byte[] GetLocalizeCvGroupArray() { return __p.__vector_as_array<byte>(52); }
|
|
|
|
public static Offset<SCHALE.Common.FlatData.CharacterDialogExcel> CreateCharacterDialogExcel(FlatBufferBuilder builder,
|
|
long character_id = 0,
|
|
long costume_unique_id = 0,
|
|
long display_order = 0,
|
|
SCHALE.Common.FlatData.ProductionStep production_step = SCHALE.Common.FlatData.ProductionStep.ToDo,
|
|
SCHALE.Common.FlatData.DialogCategory dialog_category = SCHALE.Common.FlatData.DialogCategory.Cafe,
|
|
SCHALE.Common.FlatData.DialogCondition dialog_condition = SCHALE.Common.FlatData.DialogCondition.Idle,
|
|
SCHALE.Common.FlatData.Anniversary anniversary = SCHALE.Common.FlatData.Anniversary.None,
|
|
StringOffset start_dateOffset = default(StringOffset),
|
|
StringOffset end_dateOffset = default(StringOffset),
|
|
long group_id = 0,
|
|
SCHALE.Common.FlatData.DialogType dialog_type = SCHALE.Common.FlatData.DialogType.Talk,
|
|
StringOffset action_nameOffset = default(StringOffset),
|
|
long duration = 0,
|
|
StringOffset animation_nameOffset = default(StringOffset),
|
|
StringOffset localize_krOffset = default(StringOffset),
|
|
StringOffset localize_jpOffset = default(StringOffset),
|
|
VectorOffset voice_idOffset = default(VectorOffset),
|
|
bool apply_position = false,
|
|
float pos_x = 0.0f,
|
|
float pos_y = 0.0f,
|
|
bool collection_visible = false,
|
|
SCHALE.Common.FlatData.CVCollectionType cv_collection_type = SCHALE.Common.FlatData.CVCollectionType.CVNormal,
|
|
long unlock_favor_rank = 0,
|
|
bool unlock_equip_weapon = false,
|
|
StringOffset localize_cv_groupOffset = default(StringOffset)) {
|
|
builder.StartTable(25);
|
|
CharacterDialogExcel.AddUnlockFavorRank(builder, unlock_favor_rank);
|
|
CharacterDialogExcel.AddDuration(builder, duration);
|
|
CharacterDialogExcel.AddGroupId(builder, group_id);
|
|
CharacterDialogExcel.AddDisplayOrder(builder, display_order);
|
|
CharacterDialogExcel.AddCostumeUniqueId(builder, costume_unique_id);
|
|
CharacterDialogExcel.AddCharacterId(builder, character_id);
|
|
CharacterDialogExcel.AddLocalizeCvGroup(builder, localize_cv_groupOffset);
|
|
CharacterDialogExcel.AddCvCollectionType(builder, cv_collection_type);
|
|
CharacterDialogExcel.AddPosY(builder, pos_y);
|
|
CharacterDialogExcel.AddPosX(builder, pos_x);
|
|
CharacterDialogExcel.AddVoiceId(builder, voice_idOffset);
|
|
CharacterDialogExcel.AddLocalizeJp(builder, localize_jpOffset);
|
|
CharacterDialogExcel.AddLocalizeKr(builder, localize_krOffset);
|
|
CharacterDialogExcel.AddAnimationName(builder, animation_nameOffset);
|
|
CharacterDialogExcel.AddActionName(builder, action_nameOffset);
|
|
CharacterDialogExcel.AddDialogType(builder, dialog_type);
|
|
CharacterDialogExcel.AddEndDate(builder, end_dateOffset);
|
|
CharacterDialogExcel.AddStartDate(builder, start_dateOffset);
|
|
CharacterDialogExcel.AddAnniversary(builder, anniversary);
|
|
CharacterDialogExcel.AddDialogCondition(builder, dialog_condition);
|
|
CharacterDialogExcel.AddDialogCategory(builder, dialog_category);
|
|
CharacterDialogExcel.AddProductionStep(builder, production_step);
|
|
CharacterDialogExcel.AddUnlockEquipWeapon(builder, unlock_equip_weapon);
|
|
CharacterDialogExcel.AddCollectionVisible(builder, collection_visible);
|
|
CharacterDialogExcel.AddApplyPosition(builder, apply_position);
|
|
return CharacterDialogExcel.EndCharacterDialogExcel(builder);
|
|
}
|
|
|
|
public static void StartCharacterDialogExcel(FlatBufferBuilder builder) { builder.StartTable(25); }
|
|
public static void AddCharacterId(FlatBufferBuilder builder, long characterId) { builder.AddLong(0, characterId, 0); }
|
|
public static void AddCostumeUniqueId(FlatBufferBuilder builder, long costumeUniqueId) { builder.AddLong(1, costumeUniqueId, 0); }
|
|
public static void AddDisplayOrder(FlatBufferBuilder builder, long displayOrder) { builder.AddLong(2, displayOrder, 0); }
|
|
public static void AddProductionStep(FlatBufferBuilder builder, SCHALE.Common.FlatData.ProductionStep productionStep) { builder.AddInt(3, (int)productionStep, 0); }
|
|
public static void AddDialogCategory(FlatBufferBuilder builder, SCHALE.Common.FlatData.DialogCategory dialogCategory) { builder.AddInt(4, (int)dialogCategory, 0); }
|
|
public static void AddDialogCondition(FlatBufferBuilder builder, SCHALE.Common.FlatData.DialogCondition dialogCondition) { builder.AddInt(5, (int)dialogCondition, 0); }
|
|
public static void AddAnniversary(FlatBufferBuilder builder, SCHALE.Common.FlatData.Anniversary anniversary) { builder.AddInt(6, (int)anniversary, 0); }
|
|
public static void AddStartDate(FlatBufferBuilder builder, StringOffset startDateOffset) { builder.AddOffset(7, startDateOffset.Value, 0); }
|
|
public static void AddEndDate(FlatBufferBuilder builder, StringOffset endDateOffset) { builder.AddOffset(8, endDateOffset.Value, 0); }
|
|
public static void AddGroupId(FlatBufferBuilder builder, long groupId) { builder.AddLong(9, groupId, 0); }
|
|
public static void AddDialogType(FlatBufferBuilder builder, SCHALE.Common.FlatData.DialogType dialogType) { builder.AddInt(10, (int)dialogType, 0); }
|
|
public static void AddActionName(FlatBufferBuilder builder, StringOffset actionNameOffset) { builder.AddOffset(11, actionNameOffset.Value, 0); }
|
|
public static void AddDuration(FlatBufferBuilder builder, long duration) { builder.AddLong(12, duration, 0); }
|
|
public static void AddAnimationName(FlatBufferBuilder builder, StringOffset animationNameOffset) { builder.AddOffset(13, animationNameOffset.Value, 0); }
|
|
public static void AddLocalizeKr(FlatBufferBuilder builder, StringOffset localizeKrOffset) { builder.AddOffset(14, localizeKrOffset.Value, 0); }
|
|
public static void AddLocalizeJp(FlatBufferBuilder builder, StringOffset localizeJpOffset) { builder.AddOffset(15, localizeJpOffset.Value, 0); }
|
|
public static void AddVoiceId(FlatBufferBuilder builder, VectorOffset voiceIdOffset) { builder.AddOffset(16, voiceIdOffset.Value, 0); }
|
|
public static VectorOffset CreateVoiceIdVector(FlatBufferBuilder builder, uint[] data) { builder.StartVector(4, data.Length, 4); for (int i = data.Length - 1; i >= 0; i--) builder.AddUint(data[i]); return builder.EndVector(); }
|
|
public static VectorOffset CreateVoiceIdVectorBlock(FlatBufferBuilder builder, uint[] data) { builder.StartVector(4, data.Length, 4); builder.Add(data); return builder.EndVector(); }
|
|
public static VectorOffset CreateVoiceIdVectorBlock(FlatBufferBuilder builder, ArraySegment<uint> data) { builder.StartVector(4, data.Count, 4); builder.Add(data); return builder.EndVector(); }
|
|
public static VectorOffset CreateVoiceIdVectorBlock(FlatBufferBuilder builder, IntPtr dataPtr, int sizeInBytes) { builder.StartVector(1, sizeInBytes, 1); builder.Add<uint>(dataPtr, sizeInBytes); return builder.EndVector(); }
|
|
public static void StartVoiceIdVector(FlatBufferBuilder builder, int numElems) { builder.StartVector(4, numElems, 4); }
|
|
public static void AddApplyPosition(FlatBufferBuilder builder, bool applyPosition) { builder.AddBool(17, applyPosition, false); }
|
|
public static void AddPosX(FlatBufferBuilder builder, float posX) { builder.AddFloat(18, posX, 0.0f); }
|
|
public static void AddPosY(FlatBufferBuilder builder, float posY) { builder.AddFloat(19, posY, 0.0f); }
|
|
public static void AddCollectionVisible(FlatBufferBuilder builder, bool collectionVisible) { builder.AddBool(20, collectionVisible, false); }
|
|
public static void AddCvCollectionType(FlatBufferBuilder builder, SCHALE.Common.FlatData.CVCollectionType cvCollectionType) { builder.AddInt(21, (int)cvCollectionType, 0); }
|
|
public static void AddUnlockFavorRank(FlatBufferBuilder builder, long unlockFavorRank) { builder.AddLong(22, unlockFavorRank, 0); }
|
|
public static void AddUnlockEquipWeapon(FlatBufferBuilder builder, bool unlockEquipWeapon) { builder.AddBool(23, unlockEquipWeapon, false); }
|
|
public static void AddLocalizeCvGroup(FlatBufferBuilder builder, StringOffset localizeCvGroupOffset) { builder.AddOffset(24, localizeCvGroupOffset.Value, 0); }
|
|
public static Offset<SCHALE.Common.FlatData.CharacterDialogExcel> EndCharacterDialogExcel(FlatBufferBuilder builder) {
|
|
int o = builder.EndTable();
|
|
return new Offset<SCHALE.Common.FlatData.CharacterDialogExcel>(o);
|
|
}
|
|
public CharacterDialogExcelT UnPack() {
|
|
var _o = new CharacterDialogExcelT();
|
|
this.UnPackTo(_o);
|
|
return _o;
|
|
}
|
|
public void UnPackTo(CharacterDialogExcelT _o) {
|
|
byte[] key = TableEncryptionService.CreateKey("CharacterDialog");
|
|
_o.CharacterId = TableEncryptionService.Convert(this.CharacterId, key);
|
|
_o.CostumeUniqueId = TableEncryptionService.Convert(this.CostumeUniqueId, key);
|
|
_o.DisplayOrder = TableEncryptionService.Convert(this.DisplayOrder, key);
|
|
_o.ProductionStep = TableEncryptionService.Convert(this.ProductionStep, key);
|
|
_o.DialogCategory = TableEncryptionService.Convert(this.DialogCategory, key);
|
|
_o.DialogCondition = TableEncryptionService.Convert(this.DialogCondition, key);
|
|
_o.Anniversary = TableEncryptionService.Convert(this.Anniversary, key);
|
|
_o.StartDate = TableEncryptionService.Convert(this.StartDate, key);
|
|
_o.EndDate = TableEncryptionService.Convert(this.EndDate, key);
|
|
_o.GroupId = TableEncryptionService.Convert(this.GroupId, key);
|
|
_o.DialogType = TableEncryptionService.Convert(this.DialogType, key);
|
|
_o.ActionName = TableEncryptionService.Convert(this.ActionName, key);
|
|
_o.Duration = TableEncryptionService.Convert(this.Duration, key);
|
|
_o.AnimationName = TableEncryptionService.Convert(this.AnimationName, key);
|
|
_o.LocalizeKr = TableEncryptionService.Convert(this.LocalizeKr, key);
|
|
_o.LocalizeJp = TableEncryptionService.Convert(this.LocalizeJp, key);
|
|
_o.VoiceId = new List<uint>();
|
|
for (var _j = 0; _j < this.VoiceIdLength; ++_j) {_o.VoiceId.Add(TableEncryptionService.Convert(this.VoiceId(_j), key));}
|
|
_o.ApplyPosition = TableEncryptionService.Convert(this.ApplyPosition, key);
|
|
_o.PosX = TableEncryptionService.Convert(this.PosX, key);
|
|
_o.PosY = TableEncryptionService.Convert(this.PosY, key);
|
|
_o.CollectionVisible = TableEncryptionService.Convert(this.CollectionVisible, key);
|
|
_o.CvCollectionType = TableEncryptionService.Convert(this.CvCollectionType, key);
|
|
_o.UnlockFavorRank = TableEncryptionService.Convert(this.UnlockFavorRank, key);
|
|
_o.UnlockEquipWeapon = TableEncryptionService.Convert(this.UnlockEquipWeapon, key);
|
|
_o.LocalizeCvGroup = TableEncryptionService.Convert(this.LocalizeCvGroup, key);
|
|
}
|
|
public static Offset<SCHALE.Common.FlatData.CharacterDialogExcel> Pack(FlatBufferBuilder builder, CharacterDialogExcelT _o) {
|
|
if (_o == null) return default(Offset<SCHALE.Common.FlatData.CharacterDialogExcel>);
|
|
var _start_date = _o.StartDate == null ? default(StringOffset) : builder.CreateString(_o.StartDate);
|
|
var _end_date = _o.EndDate == null ? default(StringOffset) : builder.CreateString(_o.EndDate);
|
|
var _action_name = _o.ActionName == null ? default(StringOffset) : builder.CreateString(_o.ActionName);
|
|
var _animation_name = _o.AnimationName == null ? default(StringOffset) : builder.CreateString(_o.AnimationName);
|
|
var _localize_kr = _o.LocalizeKr == null ? default(StringOffset) : builder.CreateString(_o.LocalizeKr);
|
|
var _localize_jp = _o.LocalizeJp == null ? default(StringOffset) : builder.CreateString(_o.LocalizeJp);
|
|
var _voice_id = default(VectorOffset);
|
|
if (_o.VoiceId != null) {
|
|
var __voice_id = _o.VoiceId.ToArray();
|
|
_voice_id = CreateVoiceIdVector(builder, __voice_id);
|
|
}
|
|
var _localize_cv_group = _o.LocalizeCvGroup == null ? default(StringOffset) : builder.CreateString(_o.LocalizeCvGroup);
|
|
return CreateCharacterDialogExcel(
|
|
builder,
|
|
_o.CharacterId,
|
|
_o.CostumeUniqueId,
|
|
_o.DisplayOrder,
|
|
_o.ProductionStep,
|
|
_o.DialogCategory,
|
|
_o.DialogCondition,
|
|
_o.Anniversary,
|
|
_start_date,
|
|
_end_date,
|
|
_o.GroupId,
|
|
_o.DialogType,
|
|
_action_name,
|
|
_o.Duration,
|
|
_animation_name,
|
|
_localize_kr,
|
|
_localize_jp,
|
|
_voice_id,
|
|
_o.ApplyPosition,
|
|
_o.PosX,
|
|
_o.PosY,
|
|
_o.CollectionVisible,
|
|
_o.CvCollectionType,
|
|
_o.UnlockFavorRank,
|
|
_o.UnlockEquipWeapon,
|
|
_localize_cv_group);
|
|
}
|
|
}
|
|
|
|
public class CharacterDialogExcelT
|
|
{
|
|
public long CharacterId { get; set; }
|
|
public long CostumeUniqueId { get; set; }
|
|
public long DisplayOrder { get; set; }
|
|
public SCHALE.Common.FlatData.ProductionStep ProductionStep { get; set; }
|
|
public SCHALE.Common.FlatData.DialogCategory DialogCategory { get; set; }
|
|
public SCHALE.Common.FlatData.DialogCondition DialogCondition { get; set; }
|
|
public SCHALE.Common.FlatData.Anniversary Anniversary { get; set; }
|
|
public string StartDate { get; set; }
|
|
public string EndDate { get; set; }
|
|
public long GroupId { get; set; }
|
|
public SCHALE.Common.FlatData.DialogType DialogType { get; set; }
|
|
public string ActionName { get; set; }
|
|
public long Duration { get; set; }
|
|
public string AnimationName { get; set; }
|
|
public string LocalizeKr { get; set; }
|
|
public string LocalizeJp { get; set; }
|
|
public List<uint> VoiceId { get; set; }
|
|
public bool ApplyPosition { get; set; }
|
|
public float PosX { get; set; }
|
|
public float PosY { get; set; }
|
|
public bool CollectionVisible { get; set; }
|
|
public SCHALE.Common.FlatData.CVCollectionType CvCollectionType { get; set; }
|
|
public long UnlockFavorRank { get; set; }
|
|
public bool UnlockEquipWeapon { get; set; }
|
|
public string LocalizeCvGroup { get; set; }
|
|
|
|
public CharacterDialogExcelT() {
|
|
this.CharacterId = 0;
|
|
this.CostumeUniqueId = 0;
|
|
this.DisplayOrder = 0;
|
|
this.ProductionStep = SCHALE.Common.FlatData.ProductionStep.ToDo;
|
|
this.DialogCategory = SCHALE.Common.FlatData.DialogCategory.Cafe;
|
|
this.DialogCondition = SCHALE.Common.FlatData.DialogCondition.Idle;
|
|
this.Anniversary = SCHALE.Common.FlatData.Anniversary.None;
|
|
this.StartDate = null;
|
|
this.EndDate = null;
|
|
this.GroupId = 0;
|
|
this.DialogType = SCHALE.Common.FlatData.DialogType.Talk;
|
|
this.ActionName = null;
|
|
this.Duration = 0;
|
|
this.AnimationName = null;
|
|
this.LocalizeKr = null;
|
|
this.LocalizeJp = null;
|
|
this.VoiceId = null;
|
|
this.ApplyPosition = false;
|
|
this.PosX = 0.0f;
|
|
this.PosY = 0.0f;
|
|
this.CollectionVisible = false;
|
|
this.CvCollectionType = SCHALE.Common.FlatData.CVCollectionType.CVNormal;
|
|
this.UnlockFavorRank = 0;
|
|
this.UnlockEquipWeapon = false;
|
|
this.LocalizeCvGroup = null;
|
|
}
|
|
}
|
|
|
|
|
|
static public class CharacterDialogExcelVerify
|
|
{
|
|
static public bool Verify(Google.FlatBuffers.Verifier verifier, uint tablePos)
|
|
{
|
|
return verifier.VerifyTableStart(tablePos)
|
|
&& verifier.VerifyField(tablePos, 4 /*CharacterId*/, 8 /*long*/, 8, false)
|
|
&& verifier.VerifyField(tablePos, 6 /*CostumeUniqueId*/, 8 /*long*/, 8, false)
|
|
&& verifier.VerifyField(tablePos, 8 /*DisplayOrder*/, 8 /*long*/, 8, false)
|
|
&& verifier.VerifyField(tablePos, 10 /*ProductionStep*/, 4 /*SCHALE.Common.FlatData.ProductionStep*/, 4, false)
|
|
&& verifier.VerifyField(tablePos, 12 /*DialogCategory*/, 4 /*SCHALE.Common.FlatData.DialogCategory*/, 4, false)
|
|
&& verifier.VerifyField(tablePos, 14 /*DialogCondition*/, 4 /*SCHALE.Common.FlatData.DialogCondition*/, 4, false)
|
|
&& verifier.VerifyField(tablePos, 16 /*Anniversary*/, 4 /*SCHALE.Common.FlatData.Anniversary*/, 4, false)
|
|
&& verifier.VerifyString(tablePos, 18 /*StartDate*/, false)
|
|
&& verifier.VerifyString(tablePos, 20 /*EndDate*/, false)
|
|
&& verifier.VerifyField(tablePos, 22 /*GroupId*/, 8 /*long*/, 8, false)
|
|
&& verifier.VerifyField(tablePos, 24 /*DialogType*/, 4 /*SCHALE.Common.FlatData.DialogType*/, 4, false)
|
|
&& verifier.VerifyString(tablePos, 26 /*ActionName*/, false)
|
|
&& verifier.VerifyField(tablePos, 28 /*Duration*/, 8 /*long*/, 8, false)
|
|
&& verifier.VerifyString(tablePos, 30 /*AnimationName*/, false)
|
|
&& verifier.VerifyString(tablePos, 32 /*LocalizeKr*/, false)
|
|
&& verifier.VerifyString(tablePos, 34 /*LocalizeJp*/, false)
|
|
&& verifier.VerifyVectorOfData(tablePos, 36 /*VoiceId*/, 4 /*uint*/, false)
|
|
&& verifier.VerifyField(tablePos, 38 /*ApplyPosition*/, 1 /*bool*/, 1, false)
|
|
&& verifier.VerifyField(tablePos, 40 /*PosX*/, 4 /*float*/, 4, false)
|
|
&& verifier.VerifyField(tablePos, 42 /*PosY*/, 4 /*float*/, 4, false)
|
|
&& verifier.VerifyField(tablePos, 44 /*CollectionVisible*/, 1 /*bool*/, 1, false)
|
|
&& verifier.VerifyField(tablePos, 46 /*CvCollectionType*/, 4 /*SCHALE.Common.FlatData.CVCollectionType*/, 4, false)
|
|
&& verifier.VerifyField(tablePos, 48 /*UnlockFavorRank*/, 8 /*long*/, 8, false)
|
|
&& verifier.VerifyField(tablePos, 50 /*UnlockEquipWeapon*/, 1 /*bool*/, 1, false)
|
|
&& verifier.VerifyString(tablePos, 52 /*LocalizeCvGroup*/, false)
|
|
&& verifier.VerifyTableEnd(tablePos);
|
|
}
|
|
}
|
|
|
|
}
|