Difference between revisions of "User:Sunjammer"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (To Do / Work In Progress)
m (To Do / Work In Progress)
Line 12: Line 12:
 
** [[Object_(dascript_type)|object]]: could be improved
 
** [[Object_(dascript_type)|object]]: could be improved
 
** [[Player_(dascript_type)|player]]: wip but appears to be an artefact of when DA:O was multiplayer, not used in anything but Get and Set local
 
** [[Player_(dascript_type)|player]]: wip but appears to be an artefact of when DA:O was multiplayer, not used in anything but Get and Set local
** [[Resource_(dascript_type)|resource]]: wip
+
** <s>[[Resource_(dascript_type)|resource]]</s>
 
** <s>[[String_(dascript_type)|string]]</s>
 
** <s>[[String_(dascript_type)|string]]</s>
 
** [[Struct_(dascript_type)|struct]]: wip
 
** [[Struct_(dascript_type)|struct]]: wip
Line 22: Line 22:
 
** identify which basic types are native and which are engine
 
** identify which basic types are native and which are engine
 
** identify which structures are native and which are engine
 
** identify which structures are native and which are engine
 +
** ensure all examples have a "from function"
 
* Finish draft articles:
 
* Finish draft articles:
 
** [[User:Sunjammer/Item upgrades (draft)]]
 
** [[User:Sunjammer/Item upgrades (draft)]]
 
** [[User:Sunjammer/Plot_flags_(draft)]]
 
** [[User:Sunjammer/Plot_flags_(draft)]]

Revision as of 10:19, 20 November 2009

To Do / Work In Progress

  • Finish data type pages:
    • any: keywords category?
    • char: unrecognised type use results in a "No semicolon after expression" error; IntToChar and CharToInt return or accept a string
    • command
    • effect: could be improved (remarks are a wall of text)
    • event: could be improved (contains a mass of duplicate information)
    • float
    • int
    • itemproperty
    • location
    • object: could be improved
    • player: wip but appears to be an artefact of when DA:O was multiplayer, not used in anything but Get and Set local
    • resource
    • string
    • struct: wip
    • vector
    • void: could be improved, keywords category?
  • Polish data type pages
    • add {type} Funtions and {type} Constant categories to all pages
    • change dascript type link in introduction from page to category or create page?
    • identify which basic types are native and which are engine
    • identify which structures are native and which are engine
    • ensure all examples have a "from function"
  • Finish draft articles: