Difference between revisions of "Talk:OBSE Wish List"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(Scruggs's comments on Dejaside's idea)
imported>DragoonWraith
(cleaner)
Line 29: Line 29:
*IsMisc - checks if item has no value beyond its value in gold
*IsMisc - checks if item has no value beyond its value in gold


:Just wondered if consolidating some suggested functions might make things easier to read. i.e., for the various isMisc, isClothing functions, wouldn't they be better served by a single getObjectType function?
 
<pre>*these Is______ functions suggested by Dejaside (unless noted otherwise)
 
**IsEmpty - checks if container is empty
:Just wondered if consolidating some suggested functions might make things easier to read. i.e., for the various isMisc, isClothing functions, wouldn't they be better served by a single getObjectType function? Don't want the list to become overwhelming, that's all. [[User:Scruggs|Scruggs]] 22:26, 1 August 2006 (EDT)
**GetObjectType - returns a value based on the object's type, i.e. Activator, Static, Weapon, Clothing, etc. Subtypes may be necessary for things like:
***IsSkillBook
***IsMeleeWeapon/IsRangedWeapon/IsStaff to differentiate different weapon types
***IsEdible - for food ingredients
***IsLoadDoor</pre>
:Don't want the list to become overwhelming, that's all. [[User:Scruggs|Scruggs]] 22:26, 1 August 2006 (EDT)


::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 09:35, 2 August 2006 (EDT): Yes, as mentioned in the thread, I'm going to in charge of keeping this clean. That project comes as soon as I finally finish Danger Sense for Addiktive (tonight, probably). It'll be cleaned up by the weekend.
::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 09:35, 2 August 2006 (EDT): Yes, as mentioned in the thread, I'm going to in charge of keeping this clean. That project comes as soon as I finally finish Danger Sense for Addiktive (tonight, probably). It'll be cleaned up by the weekend.


:::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 12:07, 2 August 2006 (EDT): See, it's cleaned up now! And it's only Wednesday!
:::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 12:07, 2 August 2006 (EDT): See, it's cleaned up now! And it's only Wednesday!

Revision as of 11:08, 2 August 2006

Disputed Changes

If you think something should have stayed on the list or if you think a change in one of the items misinterpretted what was meant, please let us know.

Dejaside's Binary Examples

these Is______ functions suggested by Dejaside (unless noted otherwise)

  • IsEmpty - checks if container is empty
  • IsBook - checks if item is a book
  • IsSkillBook - checks if book teaches a skill
  • IsWeapon - checks if item is a weapon
    • IsMelee - checks if weapon is melee
    • IsRanged - checks if weapon is ranged
    • IsAmmo - checks if weapon is ammo
    • IsStaff - checks if weapon is a staff (DragoonWraith)
  • IsEdible - checks if item is edible (note: the ai uses 'restore fatigue' to determine edibility)
  • IsIngredient - checks if item can be used in a potion
  • IsActivator - checks if object is an activator
  • IsDoor - checks if object is a door
  • IsLoadDoor - checks if door loads a new cell
  • IsContainer - checks if object is a container
  • IsAnimated - checks whether object has an animation (?)
  • IsApparel - checks if item can be worn
  • IsArmor - checks if item has armor rating
  • IsRing - checks if item is a ring
  • IsAmulet - checks if item is an amulet
  • IsKey - checks if item is a key
  • IsApparatus - checks if item can be used to make potions
  • IsMisc - checks if item has no value beyond its value in gold


Just wondered if consolidating some suggested functions might make things easier to read. i.e., for the various isMisc, isClothing functions, wouldn't they be better served by a single getObjectType function? Don't want the list to become overwhelming, that's all. Scruggs 22:26, 1 August 2006 (EDT)
Dragoon Wraith TALK 09:35, 2 August 2006 (EDT): Yes, as mentioned in the thread, I'm going to in charge of keeping this clean. That project comes as soon as I finally finish Danger Sense for Addiktive (tonight, probably). It'll be cleaned up by the weekend.
Dragoon Wraith TALK 12:07, 2 August 2006 (EDT): See, it's cleaned up now! And it's only Wednesday!