C# 클래스 SDE.Tools.DatabaseEditor.Engines.Parsers.ItemParser

Parser for Hercules's item entries
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE

공개 프로퍼티들

프로퍼티 타입 설명
AegisName string
Atk string
BindOnEquip string
Buy string
BuyingStore string
Def string
Delay string
EquipLv string
Gender string
Id string
Job string
Loc string
Matk string
Name string
Nouse NoUse
OnEquipScript string
OnUnequipScript string
Range string
Refineable string
Script string
Sell string
Slots string
Sprite string
Stack string
Trade Trade
Type string
Upper string
View string
WeaponLv string
Weight string

공개 메소드들

메소드 설명
Format ( string val, int indent = 2, bool setBrackets = false ) : string
ItemParser ( string element ) : System
ToHerculesEntry ( BaseDb db, int itemId ) : string

비공개 메소드들

메소드 설명
_readScript ( int &index, List lines ) : string
_trySet ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute ) : void
_trySetGender ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefault ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefaultBoolean ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, bool defaultValue ) : void
_trySetIfDefaultEmpty ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefaultEmptyAddHex ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefaultEmptyBracket ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefaultEmptyScript ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefaultEmptyToHex ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, string defaultValue ) : void
_trySetIfDefaultEmptyUpper ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute ) : void
_trySetIfDefaultLocation ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute ) : void
_trySetIfRefineable ( ReadableTuple tuple, StringBuilder builder, DbAttribute attribute, bool defaultValue ) : void

메소드 상세

Format() 공개 정적인 메소드

public static Format ( string val, int indent = 2, bool setBrackets = false ) : string
val string
indent int
setBrackets bool
리턴 string

ItemParser() 공개 메소드

public ItemParser ( string element ) : System
element string
리턴 System

ToHerculesEntry() 공개 정적인 메소드

public static ToHerculesEntry ( BaseDb db, int itemId ) : string
db BaseDb
itemId int
리턴 string

프로퍼티 상세

AegisName 공개적으로 프로퍼티

public string AegisName
리턴 string

Atk 공개적으로 프로퍼티

public string Atk
리턴 string

BindOnEquip 공개적으로 프로퍼티

public string BindOnEquip
리턴 string

Buy 공개적으로 프로퍼티

public string Buy
리턴 string

BuyingStore 공개적으로 프로퍼티

public string BuyingStore
리턴 string

Def 공개적으로 프로퍼티

public string Def
리턴 string

Delay 공개적으로 프로퍼티

public string Delay
리턴 string

EquipLv 공개적으로 프로퍼티

public string EquipLv
리턴 string

Gender 공개적으로 프로퍼티

public string Gender
리턴 string

Id 공개적으로 프로퍼티

public string Id
리턴 string

Job 공개적으로 프로퍼티

public string Job
리턴 string

Loc 공개적으로 프로퍼티

public string Loc
리턴 string

Matk 공개적으로 프로퍼티

public string Matk
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Nouse 공개적으로 프로퍼티

public NoUse,SDE.Tools.DatabaseEditor.Engines.Parsers Nouse
리턴 NoUse

OnEquipScript 공개적으로 프로퍼티

public string OnEquipScript
리턴 string

OnUnequipScript 공개적으로 프로퍼티

public string OnUnequipScript
리턴 string

Range 공개적으로 프로퍼티

public string Range
리턴 string

Refineable 공개적으로 프로퍼티

public string Refineable
리턴 string

Script 공개적으로 프로퍼티

public string Script
리턴 string

Sell 공개적으로 프로퍼티

public string Sell
리턴 string

Slots 공개적으로 프로퍼티

public string Slots
리턴 string

Sprite 공개적으로 프로퍼티

public string Sprite
리턴 string

Stack 공개적으로 프로퍼티

public string Stack
리턴 string

Trade 공개적으로 프로퍼티

public Trade,SDE.Tools.DatabaseEditor.Engines.Parsers Trade
리턴 Trade

Type 공개적으로 프로퍼티

public string Type
리턴 string

Upper 공개적으로 프로퍼티

public string Upper
리턴 string

View 공개적으로 프로퍼티

public string View
리턴 string

WeaponLv 공개적으로 프로퍼티

public string WeaponLv
리턴 string

Weight 공개적으로 프로퍼티

public string Weight
리턴 string