home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD1.iso / DungeonSiege / DungeonSiegeRevived / DungeonSiegeRevivedv0.9.0.exe / Revived / functions.txt < prev    next >
Text File  |  2004-01-03  |  3KB  |  132 lines

  1. Copyright (C) 2004 Jason 'Ikkyo' Gripp.
  2. ikkyo.dsdll functions v1.5.3
  3. email: jgripp@budget.net
  4. This is the list of new functions provided by the ikkyo.dsdll
  5. =======================================
  6.  
  7.  
  8. [GoActor]
  9.  
  10.     void GoActor::ChangeBaseSkillLevel(char const *,float)
  11.     float GoActor::GetBaseSkillLevel(char const *)
  12.     void GoActor::SetBaseSkillLevel(char const *,float)
  13.  
  14.  
  15. [GoAspect]
  16.  
  17.     void GoAspect::SetRenderScale(float)
  18.  
  19.  
  20. [GoAttack]
  21.  
  22.     float GoAttack::GetBaseDamageMax(void)
  23.     float GoAttack::GetBaseDamageMin(void)
  24.     void GoAttack::SetBaseDamageMax(float)
  25.     void GoAttack::SetBaseDamageMin(float)
  26.  
  27.  
  28. [GoInventory]
  29.  
  30.     class Go const * GoInventory::GetOpenSpellbook(void)
  31.  
  32.  
  33. [GRect]
  34.  
  35.     int GRect::GetBottom(void)
  36.     int GRect::GetLeft(void)
  37.     int GRect::GetRight(void)
  38.     int GRect::GetTop(void)
  39.     void GRect::SetLeft(int)
  40.     void GRect::SetBottom(int)
  41.     void GRect::SetRight(int)
  42.     void GRect::SetTop(int)
  43.  
  44.  
  45. [Math]
  46.  
  47.     float Math::Arccos(float)
  48.     float Math::Arcsin(float)
  49.     float Math::Arctan2(float,float)
  50.     float Math::Arctan(float)
  51.     float Math::Cosh(float)
  52.     float Math::Exp(float)
  53.     bool Math::Finite(float)
  54.     float Math::FMod(float,float)
  55.     float Math::Hypotenuse(float,float)
  56.     float Math::Arccos(float)bool UIShell::IsItemDragged(void)
  57.     float Math::Ln(float)
  58.     float Math::Log(float)
  59.     float Math::Power(float,float)
  60.     int Math::ShiftL(int,int)
  61.     int Math::ShiftR(int,int)
  62.     float Math::Sinh(float)
  63.     float Math::Sqrt(float)
  64.     float Math::Tanh(float)
  65.     float Math::ToFloat(char const *)
  66.     int Math::ToInt(char const *)
  67.  
  68.  
  69. [SiegeCamera]
  70.  
  71.     void SiegeCamera::SetMaxAzimuth(float)
  72.     void SiegeCamera::SetMaxDistance(float)
  73.     void SiegeCamera::SetMinAzimuth(float)
  74.     void SiegeCamera::SetMinDistance(float)
  75.  
  76.  
  77. [UIChatBox]
  78.  
  79.     void UIChatBox::ClearConsole(void)
  80.     char const * UIChatBox::GetNewestLine(void)
  81.     bool UIChatBox::NewestLineContains(char const *)
  82.     void UIChatBox::SetNewestLine(char const *)
  83.  
  84.  
  85. [UIGridbox]
  86.  
  87.     void UIGridbox::AddItemInfo(char const *)
  88.     void UIGridbox::BeginTransmute(void)
  89.     void UIGridbox::ClearGridBox(int,int)
  90.     Goid const * UIGridbox::GetItemGoid(int)
  91.     int UIGridbox::GetNumItems(void)
  92.     bool UIGridbox::IsCellFilled(int,int)
  93.     char const * UIGridbox::Transmute(void)
  94.  
  95.  
  96. [UIShell]
  97.  
  98.     Goid const * UIShell::GetRolloverGoID(void)
  99.     unsigned long UIShell::GetRolloverID(void)
  100.     char const * UIShell::GetRolloverKey(void)
  101.  
  102.  
  103. [UISlider]
  104.  
  105.     int UISlider::GetValue(void)
  106.     void UISlider::SetValue(int)
  107.  
  108.  
  109. [UITextBox]
  110.  
  111.     int UITextBox::FindLine(int,char const *)
  112.     int UITextBox::FindLine(char const *)
  113.     unsigned long UITextBox::GetLineColor(int)
  114.     char const * UITextBox::GetLineText(int)
  115.     void UITextBox::SetLineColor(int,unsigned long)
  116.  
  117.  
  118. [WorldMap]
  119.  
  120.     char const * WorldMap::GetMapName(void)
  121.  
  122.  
  123. [Globals]
  124.  
  125.     bool IsKeyPressed(unsigned long)
  126.     enum eInventoryLocation MakeInventoryLocation(unsigned long)
  127.     enum ePlayerSkin MakePlayerSkin(unsigned long)
  128.     unsigned long  MakeToolTipColor(char const *)
  129.     class UIChatBox * QueryDerivedChatBox(class UIWindow *)
  130.     class UISlider * QueryDerivedSlider(class UIWindow *)
  131.     enum eInventoryLocation Globals::GetHover(void)
  132.     void Globals::SetHover(enum eInventoryLocation)