Logo
Classes | Public Types | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Yukar.Common.Util Class Reference

utility class More...

Classes

struct  EditorVersion
 Editor version information More...
 

Public Types

enum  StatusChangeType { Unknwon = -1 , Direct = 0 , Percent }
 damage type More...
 

Static Public Member Functions

static String getRelativePath (String baseDir, String targetPath)
 
static uint[] createColorBuffer (Bitmap mapThumbnail)
 
static String getDefaultResourceFolderName (string path, Resource.ResourceItem rom, Catalog.DlcInfo dlcInfo=null)
 
static String getDefaultResourceFolderName (string path, Type type, bool isName, Catalog.DlcInfo dlcInfo=null)
 
static Guid readGuid (System.IO.BinaryReader reader)
 
static string NewGuidConvertMaterial (string defimage)
 
static bool NewGuidConvertCheck (Catalog catalog, List< string > errList)
 
static bool isEndOfStream (BinaryReader reader)
 
static int getReverseDir (int dir)
 
static Common.Rom.Script createMoveScript (Rom.Event.MoveType moveType, int timing, int[] movingLimits, string motion)
 
static string createSkillDescription (Catalog catalog, GameData.Party party, Rom.NSkill skill, bool useNewLine=true)
 
static string createSkillDescription (Rom.GameSettings.Glossary glossary, Rom.NSkill skill, bool useNewLine=true)
 
static string createEquipmentDescription (Rom.GameSettings gs, Rom.Item item)
 
static string createEquipmentDescription (Rom.GameSettings gs, Rom.NItem item)
 
static int compareBinary (Stream a, Stream b)
 A method that returns the offset if a difference is found in the binary More...
 
static int compareBinary (byte[] aArr, byte[] bArr)
 A method that returns the offset if a difference is found in the binary More...
 
static string getSaveDate (int idx, bool multiLine=false)
 
static ? DateTime getSaveDateTime (int idx)
 
static ? DateTime getSaveDateTime (string path)
 
static Stream getFileStream (string path)
 
static string getDLCInfoPath (string dir, bool jpPreferred)
 
static Common.Rom.Map searchEventContainsMap (Catalog catalog, Guid guid)
 
static List< Common.Rom.Map.Place > getPlaceListFromEvent (Catalog catalog, Guid guidEvent)
 
static string getVersionString ()
 
static bool HasFlag (this Enum self, Enum flag)
 
static bool HasFlagUlong (this Enum self, Enum flag)
 
static bool IsNullOrWhiteSpace (string value)
 
static Microsoft.Xna.Framework.Color ToXnaColor (System.Drawing.Color color)
 
static System.Drawing.Color ToDrawingColor (Microsoft.Xna.Framework.Color color)
 
static System.Drawing.Color ToDrawingColor (SharpKmyGfx.Color color)
 
static SharpKmyMath.Vector3 UnProject2World (SharpKmyMath.Matrix4 projectionMatrix, SharpKmyMath.Matrix4 viewMatrix, SharpKmyMath.Vector3 screenPositon, float screenWidth, float screenHeight)
 
static bool equalMatrix (SharpKmyMath.Matrix4 mtx1, SharpKmyMath.Matrix4 mtx2)
 
static void SetCurrentDirectory (string path)
 
static Microsoft.Xna.Framework.Vector2 getScreenPos (Microsoft.Xna.Framework.Vector3 pos, Render scn, int viewportWidth, int viewportHeight)
 
static float getScreenPos (Matrix4 pp, Matrix4 vv, SharpKmyMath.Vector3 v, out int x, out int y, int viewportX=1, int viewportY=1)
 
static float getTargetDegree (SharpKmyMath.Vector3 chrPos, Matrix4 vv)
 
static SharpKmyMath.Vector3 ToKmyVector (Microsoft.Xna.Framework.Vector3 v)
 
static Microsoft.Xna.Framework.Vector3 ToXnaVector (SharpKmyMath.Vector3 v)
 
static Microsoft.Xna.Framework.Vector3 getFrontVecFromDegree (float endAngle)
 
static List< string > ParseFormula (string formula)
 
static List< string > SortToRPN (List< string > words)
 
static bool isAvailableItem (Catalog catalog, Rom.Cast cast, Rom.NItem item)
 
static bool DeleteThumbnailFile (string inFilePath)
 
static bool DeleteFile (string inFilePath)
 
static bool DeleteFolder (string inFolderPath, bool inIsRecursive=false)
 
static SharpKmyMath.Vector3 GetRayDirection (int dirType, float degX, float degY, float length)
 
static float Parse (string inText)
 
static void convRotationToQuaternion (Vector3 rot, out Quaternion quat)
 
static void convQuaternionToRotation (Quaternion quat, out Vector3 rot)
 
static void cleanUpReferenceList ()
 
static SharpKmyGfx.Color ToKmyColor (Microsoft.Xna.Framework.Color color)
 
static SharpKmyGfx.Color ToKmyColor (System.Drawing.Color color)
 
static void getLastEditorVersion (Catalog catalog, out int major, out int middle, out int minor, out int branch)
 Get last saved editor version More...
 
static EditorVersion getLastEditorVersion (Catalog catalog)
 Get last saved editor version More...
 
static bool isLowerEditorVersion (EditorVersion source, EditorVersion comparisonVersion)
 Is the editor version lower than the comparison value More...
 
static string getDlcResourcePath (Common.Catalog.DlcInfo inDlcInfo, string inPath)
 
static Rom.RenderSettings getRenderSettingsFromBase64String (string v)
 
static int CalcStatusChangeValue (int inBase, int inParam, StatusChangeType inStatusChangeType)
 
static Vector3 ToEulerAngles (Quaternion q)
 Convert quaternion to Euler angles More...
 
static Microsoft.Xna.Framework.Color MultiplyColor (Microsoft.Xna.Framework.Color inBaseColor, Microsoft.Xna.Framework.Color inMulColor)
 

Static Public Attributes

const int DIR_UP = 1
 
const int DIR_DOWN = 2
 
const int DIR_LEFT = 4
 
const int DIR_RIGHT = 8
 
const int DIR_SER_NONE = -1
 
const int DIR_SER_UP = 0
 
const int DIR_SER_DOWN = 1
 
const int DIR_SER_LEFT = 2
 
const int DIR_SER_RIGHT = 3
 
const int RESULT_SELECTING = -1
 
const int RESULT_CANCEL = -2
 
const uint GAMEMAINDISPLAYID = 0
 
const uint THUMBNAILWAITINGDISPLAYID = 2
 
const uint THUMBNAILFIRSTDISPLAYID = 3
 
const uint THUMBNAILLASTDISPLAYID = THUMBNAILFIRSTDISPLAYID + 8
 
const uint AXISGIZMODISPLAYID = 16
 
const uint FACEDISPLAYID = 32
 
const uint MAPOBJECTVIEWDISPLAYID = 100
 
const uint CHARACTERPREVIEWDISPLAYID = 200
 
const uint BATTLE3DDISPLAYID = 300
 
const uint BATTLEPARTICLEDISPLAYID = 301
 
const uint MAPPARTSPREVIEWDISPLAYID = 400
 
const uint TERRAINTHUMBNAILMAKERDISPLAYID = 500
 
const uint MODELTHUMBNAILMAKERDISPLAYID = 600
 
const uint EVENTTEMPLATECHARACTERGRAPHICSELECTORDISPLAYID = 700
 
const uint COLLISIONAREASELECTORDISPLAYID = 800
 
const uint CHRRESVIEWPANELDISPLAYID = 900
 
const uint FUNCCHANGEGRAPHICPARAMEDITORDISPLAYID = 1000
 
const uint FUNCCHANGEPLAYERGRAPHICPARAMEDITORDISPLAYID = 1100
 
const uint FUNCJOINTWEAPONPARAMEDITORDISPLAYID = 1200
 
const uint FUNCSHOWDIALOGUEPARAMEDITORLEFTDISPLAYID = 1201
 
const uint FUNCSHOWDIALOGUEPARAMEDITORRIGHTDISPLAYID = 1202
 
const uint FUNCRAYCASTDISPLAYID = 1202
 
const uint SHEETEDITPANELDISPLAYID = 1300
 
const uint GAMESETTINGSEDITPANELDISPLAYID = 1400
 
const uint GAMESETTINGSSTARTDISPLAYID = 1500
 
const uint MONSTEREDITPANELDISPLAYID = 1600
 
const uint CHRRESEDITPANELDISPLAYID = 1700
 
const uint WALKINROWSCHRSELECTORDISPLAYID = 1800
 
const uint HEROEDITPANELDISPLAYID = 1900
 
const uint ITEMARMOREDITPANELDISPLAYID = 2000
 
const uint ITEMWEAPONEDITPANELDISPLAYID = 2100
 
const uint CHARACTERGENERATORDISPLAYID = 2200
 
const uint DOTEDITORDISPLAYID = 2300
 
const uint CASTEDITPANELDISPLAYID = 2400
 
const uint NITEMEDITPANELDISPLAYID = 2500
 
const uint NITEMEDITPANELMOTIONDISPLAYID = 2501
 
const uint NSKILLEDITPANELDISPLAYID = 2600
 
const uint NSKILLEDITPANELMOTIONDISPLAYID = 2601
 
const uint NSKILLEDITPANELSTANDBYMOTIONDISPLAYID = 2602
 
const uint JOBEDITPANELDISPLAYID = 2700
 
const uint CONDITIONEDITPANELDISPLAYID = 2800
 
const uint ATTRIBUTEEDITPANELDISPLAYID = 2900
 
const uint CONDITIONEDITPANELMOTIONDISPLAYID = 2901
 
const uint RESOURCEEDITPANELDISPLAYID = 2092
 
const uint ASSETPICKERPANELDISPLAYID = 2093
 
const uint SPRITEDISPLAYID = 2094
 
const uint ASSETEDITORPANELDISPLAYID = 2095
 
const uint MAPPREVIEWDISPLAYID = 3000
 
static FileUtil file = new FileUtil()
 
const string resFolderName = "res"
 
static bool NewGuidConvert = false
 
static Dictionary< Guid, Guid > NewGuidConvertDic = null
 
static Guid[] ConvertExclusionGUIDTable
 
static Catalog sCurrentCatalog
 
static List< object > sReferenceList = new List<object>()
 

Properties

static string UserAppDataPath [get]
 
static string DocumentsPath [get]
 
static string TempDir [get]
 

Detailed Description

utility class

Member Enumeration Documentation

◆ StatusChangeType

damage type

Enumerator
Unknwon 
Direct 
Percent 

Member Function Documentation

◆ CalcStatusChangeValue()

static int Yukar.Common.Util.CalcStatusChangeValue ( int  inBase,
int  inParam,
StatusChangeType  inStatusChangeType 
)
static

◆ cleanUpReferenceList()

static void Yukar.Common.Util.cleanUpReferenceList ( )
static

◆ compareBinary() [1/2]

static int Yukar.Common.Util.compareBinary ( byte[]  aArr,
byte[]  bArr 
)
static

A method that returns the offset if a difference is found in the binary

Parameters
a
b
Returns
-1 = wrong length, 0 = no diff, 1 \u003e n diff offset

◆ compareBinary() [2/2]

static int Yukar.Common.Util.compareBinary ( Stream  a,
Stream  b 
)
static

A method that returns the offset if a difference is found in the binary

Parameters
a
b
Returns
-1 = wrong length, 0 = no diff, 1 \u003e n diff offset

◆ convQuaternionToRotation()

static void Yukar.Common.Util.convQuaternionToRotation ( Quaternion  quat,
out Vector3  rot 
)
static

◆ convRotationToQuaternion()

static void Yukar.Common.Util.convRotationToQuaternion ( Vector3  rot,
out Quaternion  quat 
)
static

◆ createColorBuffer()

static uint[] Yukar.Common.Util.createColorBuffer ( Bitmap  mapThumbnail)
static

◆ createEquipmentDescription() [1/2]

static string Yukar.Common.Util.createEquipmentDescription ( Rom.GameSettings  gs,
Rom.Item  item 
)
static

◆ createEquipmentDescription() [2/2]

static string Yukar.Common.Util.createEquipmentDescription ( Rom.GameSettings  gs,
Rom.NItem  item 
)
static

◆ createMoveScript()

static Common.Rom.Script Yukar.Common.Util.createMoveScript ( Rom.Event.MoveType  moveType,
int  timing,
int[]  movingLimits,
string  motion 
)
static

◆ createSkillDescription() [1/2]

static string Yukar.Common.Util.createSkillDescription ( Catalog  catalog,
GameData.Party  party,
Rom.NSkill  skill,
bool  useNewLine = true 
)
static

◆ createSkillDescription() [2/2]

static string Yukar.Common.Util.createSkillDescription ( Rom.GameSettings.Glossary  glossary,
Rom.NSkill  skill,
bool  useNewLine = true 
)
static

◆ DeleteFile()

static bool Yukar.Common.Util.DeleteFile ( string  inFilePath)
static

◆ DeleteFolder()

static bool Yukar.Common.Util.DeleteFolder ( string  inFolderPath,
bool  inIsRecursive = false 
)
static

◆ DeleteThumbnailFile()

static bool Yukar.Common.Util.DeleteThumbnailFile ( string  inFilePath)
static

◆ equalMatrix()

static bool Yukar.Common.Util.equalMatrix ( SharpKmyMath.Matrix4  mtx1,
SharpKmyMath.Matrix4  mtx2 
)
static

◆ getDefaultResourceFolderName() [1/2]

static String Yukar.Common.Util.getDefaultResourceFolderName ( string  path,
Resource.ResourceItem  rom,
Catalog.DlcInfo  dlcInfo = null 
)
static

◆ getDefaultResourceFolderName() [2/2]

static String Yukar.Common.Util.getDefaultResourceFolderName ( string  path,
Type  type,
bool  isName,
Catalog.DlcInfo  dlcInfo = null 
)
static

◆ getDLCInfoPath()

static string Yukar.Common.Util.getDLCInfoPath ( string  dir,
bool  jpPreferred 
)
static

◆ getDlcResourcePath()

static string Yukar.Common.Util.getDlcResourcePath ( Common.Catalog.DlcInfo  inDlcInfo,
string  inPath 
)
static

◆ getFileStream()

static Stream Yukar.Common.Util.getFileStream ( string  path)
static

◆ getFrontVecFromDegree()

static Microsoft.Xna.Framework.Vector3 Yukar.Common.Util.getFrontVecFromDegree ( float  endAngle)
static

◆ getLastEditorVersion() [1/2]

static EditorVersion Yukar.Common.Util.getLastEditorVersion ( Catalog  catalog)
static

Get last saved editor version

Parameters
catalogcatalog
Returns
Get last saved editor version

◆ getLastEditorVersion() [2/2]

static void Yukar.Common.Util.getLastEditorVersion ( Catalog  catalog,
out int  major,
out int  middle,
out int  minor,
out int  branch 
)
static

Get last saved editor version

Parameters
catalogcatalog
majormajor version
middlemiddle version
minorminor version
branchbranch version

◆ getPlaceListFromEvent()

static List< Common.Rom.Map.Place > Yukar.Common.Util.getPlaceListFromEvent ( Catalog  catalog,
Guid  guidEvent 
)
static

◆ GetRayDirection()

static SharpKmyMath.Vector3 Yukar.Common.Util.GetRayDirection ( int  dirType,
float  degX,
float  degY,
float  length 
)
static

◆ getRelativePath()

static String Yukar.Common.Util.getRelativePath ( String  baseDir,
String  targetPath 
)
static

◆ getRenderSettingsFromBase64String()

static Rom.RenderSettings Yukar.Common.Util.getRenderSettingsFromBase64String ( string  v)
static

◆ getReverseDir()

static int Yukar.Common.Util.getReverseDir ( int  dir)
static

◆ getSaveDate()

static string Yukar.Common.Util.getSaveDate ( int  idx,
bool  multiLine = false 
)
static

◆ getSaveDateTime() [1/2]

static ? DateTime Yukar.Common.Util.getSaveDateTime ( int  idx)
static

◆ getSaveDateTime() [2/2]

static ? DateTime Yukar.Common.Util.getSaveDateTime ( string  path)
static

◆ getScreenPos() [1/2]

static float Yukar.Common.Util.getScreenPos ( Matrix4  pp,
Matrix4  vv,
SharpKmyMath.Vector3  v,
out int  x,
out int  y,
int  viewportX = 1,
int  viewportY = 1 
)
static

◆ getScreenPos() [2/2]

static Microsoft.Xna.Framework.Vector2 Yukar.Common.Util.getScreenPos ( Microsoft.Xna.Framework.Vector3  pos,
Render  scn,
int  viewportWidth,
int  viewportHeight 
)
static

◆ getTargetDegree()

static float Yukar.Common.Util.getTargetDegree ( SharpKmyMath.Vector3  chrPos,
Matrix4  vv 
)
static

◆ getVersionString()

static string Yukar.Common.Util.getVersionString ( )
static

◆ HasFlag()

static bool Yukar.Common.Util.HasFlag ( this Enum  self,
Enum  flag 
)
static

◆ HasFlagUlong()

static bool Yukar.Common.Util.HasFlagUlong ( this Enum  self,
Enum  flag 
)
static

◆ isAvailableItem()

static bool Yukar.Common.Util.isAvailableItem ( Catalog  catalog,
Rom.Cast  cast,
Rom.NItem  item 
)
static

◆ isEndOfStream()

static bool Yukar.Common.Util.isEndOfStream ( BinaryReader  reader)
static

◆ isLowerEditorVersion()

static bool Yukar.Common.Util.isLowerEditorVersion ( EditorVersion  source,
EditorVersion  comparisonVersion 
)
static

Is the editor version lower than the comparison value

Parameters
sourceVersion to compare from
comparisonVersionversion to compare
Returns
true low false same or high

If comparisonVersion is 1.5.1.2 then 1.5.1.1 or less is true

◆ IsNullOrWhiteSpace()

static bool Yukar.Common.Util.IsNullOrWhiteSpace ( string  value)
static

◆ MultiplyColor()

static Microsoft.Xna.Framework.Color Yukar.Common.Util.MultiplyColor ( Microsoft.Xna.Framework.Color  inBaseColor,
Microsoft.Xna.Framework.Color  inMulColor 
)
static

◆ NewGuidConvertCheck()

static bool Yukar.Common.Util.NewGuidConvertCheck ( Catalog  catalog,
List< string >  errList 
)
static

◆ NewGuidConvertMaterial()

static string Yukar.Common.Util.NewGuidConvertMaterial ( string  defimage)
static

◆ Parse()

static float Yukar.Common.Util.Parse ( string  inText)
static

◆ ParseFormula()

static List< string > Yukar.Common.Util.ParseFormula ( string  formula)
static

◆ readGuid()

static Guid Yukar.Common.Util.readGuid ( System.IO.BinaryReader  reader)
static

◆ searchEventContainsMap()

static Common.Rom.Map Yukar.Common.Util.searchEventContainsMap ( Catalog  catalog,
Guid  guid 
)
static

◆ SetCurrentDirectory()

static void Yukar.Common.Util.SetCurrentDirectory ( string  path)
static

◆ SortToRPN()

static List< string > Yukar.Common.Util.SortToRPN ( List< string >  words)
static

◆ ToDrawingColor() [1/2]

static System.Drawing.Color Yukar.Common.Util.ToDrawingColor ( Microsoft.Xna.Framework.Color  color)
static

◆ ToDrawingColor() [2/2]

static System.Drawing.Color Yukar.Common.Util.ToDrawingColor ( SharpKmyGfx.Color  color)
static

◆ ToEulerAngles()

static Vector3 Yukar.Common.Util.ToEulerAngles ( Quaternion  q)
static

Convert quaternion to Euler angles

Parameters
quaternion
Returns

◆ ToKmyColor() [1/2]

static SharpKmyGfx.Color Yukar.Common.Util.ToKmyColor ( Microsoft.Xna.Framework.Color  color)
static

◆ ToKmyColor() [2/2]

static SharpKmyGfx.Color Yukar.Common.Util.ToKmyColor ( System.Drawing.Color  color)
static

◆ ToKmyVector()

static SharpKmyMath.Vector3 Yukar.Common.Util.ToKmyVector ( Microsoft.Xna.Framework.Vector3  v)
static

◆ ToXnaColor()

static Microsoft.Xna.Framework.Color Yukar.Common.Util.ToXnaColor ( System.Drawing.Color  color)
static

◆ ToXnaVector()

static Microsoft.Xna.Framework.Vector3 Yukar.Common.Util.ToXnaVector ( SharpKmyMath.Vector3  v)
static

◆ UnProject2World()

static SharpKmyMath.Vector3 Yukar.Common.Util.UnProject2World ( SharpKmyMath.Matrix4  projectionMatrix,
SharpKmyMath.Matrix4  viewMatrix,
SharpKmyMath.Vector3  screenPositon,
float  screenWidth,
float  screenHeight 
)
static

Member Data Documentation

◆ ASSETEDITORPANELDISPLAYID

const uint Yukar.Common.Util.ASSETEDITORPANELDISPLAYID = 2095
static

◆ ASSETPICKERPANELDISPLAYID

const uint Yukar.Common.Util.ASSETPICKERPANELDISPLAYID = 2093
static

◆ ATTRIBUTEEDITPANELDISPLAYID

const uint Yukar.Common.Util.ATTRIBUTEEDITPANELDISPLAYID = 2900
static

◆ AXISGIZMODISPLAYID

const uint Yukar.Common.Util.AXISGIZMODISPLAYID = 16
static

◆ BATTLE3DDISPLAYID

const uint Yukar.Common.Util.BATTLE3DDISPLAYID = 300
static

◆ BATTLEPARTICLEDISPLAYID

const uint Yukar.Common.Util.BATTLEPARTICLEDISPLAYID = 301
static

◆ CASTEDITPANELDISPLAYID

const uint Yukar.Common.Util.CASTEDITPANELDISPLAYID = 2400
static

◆ CHARACTERGENERATORDISPLAYID

const uint Yukar.Common.Util.CHARACTERGENERATORDISPLAYID = 2200
static

◆ CHARACTERPREVIEWDISPLAYID

const uint Yukar.Common.Util.CHARACTERPREVIEWDISPLAYID = 200
static

◆ CHRRESEDITPANELDISPLAYID

const uint Yukar.Common.Util.CHRRESEDITPANELDISPLAYID = 1700
static

◆ CHRRESVIEWPANELDISPLAYID

const uint Yukar.Common.Util.CHRRESVIEWPANELDISPLAYID = 900
static

◆ COLLISIONAREASELECTORDISPLAYID

const uint Yukar.Common.Util.COLLISIONAREASELECTORDISPLAYID = 800
static

◆ CONDITIONEDITPANELDISPLAYID

const uint Yukar.Common.Util.CONDITIONEDITPANELDISPLAYID = 2800
static

◆ CONDITIONEDITPANELMOTIONDISPLAYID

const uint Yukar.Common.Util.CONDITIONEDITPANELMOTIONDISPLAYID = 2901
static

◆ ConvertExclusionGUIDTable

Guid [] Yukar.Common.Util.ConvertExclusionGUIDTable
static

◆ DIR_DOWN

const int Yukar.Common.Util.DIR_DOWN = 2
static

◆ DIR_LEFT

const int Yukar.Common.Util.DIR_LEFT = 4
static

◆ DIR_RIGHT

const int Yukar.Common.Util.DIR_RIGHT = 8
static

◆ DIR_SER_DOWN

const int Yukar.Common.Util.DIR_SER_DOWN = 1
static

◆ DIR_SER_LEFT

const int Yukar.Common.Util.DIR_SER_LEFT = 2
static

◆ DIR_SER_NONE

const int Yukar.Common.Util.DIR_SER_NONE = -1
static

◆ DIR_SER_RIGHT

const int Yukar.Common.Util.DIR_SER_RIGHT = 3
static

◆ DIR_SER_UP

const int Yukar.Common.Util.DIR_SER_UP = 0
static

◆ DIR_UP

const int Yukar.Common.Util.DIR_UP = 1
static

◆ DOTEDITORDISPLAYID

const uint Yukar.Common.Util.DOTEDITORDISPLAYID = 2300
static

◆ EVENTTEMPLATECHARACTERGRAPHICSELECTORDISPLAYID

const uint Yukar.Common.Util.EVENTTEMPLATECHARACTERGRAPHICSELECTORDISPLAYID = 700
static

◆ FACEDISPLAYID

const uint Yukar.Common.Util.FACEDISPLAYID = 32
static

◆ file

FileUtil Yukar.Common.Util.file = new FileUtil()
static

◆ FUNCCHANGEGRAPHICPARAMEDITORDISPLAYID

const uint Yukar.Common.Util.FUNCCHANGEGRAPHICPARAMEDITORDISPLAYID = 1000
static

◆ FUNCCHANGEPLAYERGRAPHICPARAMEDITORDISPLAYID

const uint Yukar.Common.Util.FUNCCHANGEPLAYERGRAPHICPARAMEDITORDISPLAYID = 1100
static

◆ FUNCJOINTWEAPONPARAMEDITORDISPLAYID

const uint Yukar.Common.Util.FUNCJOINTWEAPONPARAMEDITORDISPLAYID = 1200
static

◆ FUNCRAYCASTDISPLAYID

const uint Yukar.Common.Util.FUNCRAYCASTDISPLAYID = 1202
static

◆ FUNCSHOWDIALOGUEPARAMEDITORLEFTDISPLAYID

const uint Yukar.Common.Util.FUNCSHOWDIALOGUEPARAMEDITORLEFTDISPLAYID = 1201
static

◆ FUNCSHOWDIALOGUEPARAMEDITORRIGHTDISPLAYID

const uint Yukar.Common.Util.FUNCSHOWDIALOGUEPARAMEDITORRIGHTDISPLAYID = 1202
static

◆ GAMEMAINDISPLAYID

const uint Yukar.Common.Util.GAMEMAINDISPLAYID = 0
static

◆ GAMESETTINGSEDITPANELDISPLAYID

const uint Yukar.Common.Util.GAMESETTINGSEDITPANELDISPLAYID = 1400
static

◆ GAMESETTINGSSTARTDISPLAYID

const uint Yukar.Common.Util.GAMESETTINGSSTARTDISPLAYID = 1500
static

◆ HEROEDITPANELDISPLAYID

const uint Yukar.Common.Util.HEROEDITPANELDISPLAYID = 1900
static

◆ ITEMARMOREDITPANELDISPLAYID

const uint Yukar.Common.Util.ITEMARMOREDITPANELDISPLAYID = 2000
static

◆ ITEMWEAPONEDITPANELDISPLAYID

const uint Yukar.Common.Util.ITEMWEAPONEDITPANELDISPLAYID = 2100
static

◆ JOBEDITPANELDISPLAYID

const uint Yukar.Common.Util.JOBEDITPANELDISPLAYID = 2700
static

◆ MAPOBJECTVIEWDISPLAYID

const uint Yukar.Common.Util.MAPOBJECTVIEWDISPLAYID = 100
static

◆ MAPPARTSPREVIEWDISPLAYID

const uint Yukar.Common.Util.MAPPARTSPREVIEWDISPLAYID = 400
static

◆ MAPPREVIEWDISPLAYID

const uint Yukar.Common.Util.MAPPREVIEWDISPLAYID = 3000
static

◆ MODELTHUMBNAILMAKERDISPLAYID

const uint Yukar.Common.Util.MODELTHUMBNAILMAKERDISPLAYID = 600
static

◆ MONSTEREDITPANELDISPLAYID

const uint Yukar.Common.Util.MONSTEREDITPANELDISPLAYID = 1600
static

◆ NewGuidConvert

bool Yukar.Common.Util.NewGuidConvert = false
static

◆ NewGuidConvertDic

Dictionary<Guid, Guid> Yukar.Common.Util.NewGuidConvertDic = null
static

◆ NITEMEDITPANELDISPLAYID

const uint Yukar.Common.Util.NITEMEDITPANELDISPLAYID = 2500
static

◆ NITEMEDITPANELMOTIONDISPLAYID

const uint Yukar.Common.Util.NITEMEDITPANELMOTIONDISPLAYID = 2501
static

◆ NSKILLEDITPANELDISPLAYID

const uint Yukar.Common.Util.NSKILLEDITPANELDISPLAYID = 2600
static

◆ NSKILLEDITPANELMOTIONDISPLAYID

const uint Yukar.Common.Util.NSKILLEDITPANELMOTIONDISPLAYID = 2601
static

◆ NSKILLEDITPANELSTANDBYMOTIONDISPLAYID

const uint Yukar.Common.Util.NSKILLEDITPANELSTANDBYMOTIONDISPLAYID = 2602
static

◆ resFolderName

const string Yukar.Common.Util.resFolderName = "res"
static

◆ RESOURCEEDITPANELDISPLAYID

const uint Yukar.Common.Util.RESOURCEEDITPANELDISPLAYID = 2092
static

◆ RESULT_CANCEL

const int Yukar.Common.Util.RESULT_CANCEL = -2
static

◆ RESULT_SELECTING

const int Yukar.Common.Util.RESULT_SELECTING = -1
static

◆ sCurrentCatalog

Catalog Yukar.Common.Util.sCurrentCatalog
static

◆ SHEETEDITPANELDISPLAYID

const uint Yukar.Common.Util.SHEETEDITPANELDISPLAYID = 1300
static

◆ SPRITEDISPLAYID

const uint Yukar.Common.Util.SPRITEDISPLAYID = 2094
static

◆ sReferenceList

List<object> Yukar.Common.Util.sReferenceList = new List<object>()
static

◆ TERRAINTHUMBNAILMAKERDISPLAYID

const uint Yukar.Common.Util.TERRAINTHUMBNAILMAKERDISPLAYID = 500
static

◆ THUMBNAILFIRSTDISPLAYID

const uint Yukar.Common.Util.THUMBNAILFIRSTDISPLAYID = 3
static

◆ THUMBNAILLASTDISPLAYID

const uint Yukar.Common.Util.THUMBNAILLASTDISPLAYID = THUMBNAILFIRSTDISPLAYID + 8
static

◆ THUMBNAILWAITINGDISPLAYID

const uint Yukar.Common.Util.THUMBNAILWAITINGDISPLAYID = 2
static

◆ WALKINROWSCHRSELECTORDISPLAYID

const uint Yukar.Common.Util.WALKINROWSCHRSELECTORDISPLAYID = 1800
static

Property Documentation

◆ DocumentsPath

string Yukar.Common.Util.DocumentsPath
staticget

◆ TempDir

string Yukar.Common.Util.TempDir
staticget

◆ UserAppDataPath

string Yukar.Common.Util.UserAppDataPath
staticget