Difference between revisions of "Help talk:Function syntax"
Jump to navigation
Jump to search
imported>DragoonWraith (→String and Bool types?: response to Arthmoor) |
imported>DragoonWraith m (moved Talk:Function syntax to Help talk:Function syntax: it's a help page, belongs in the Help namespace.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== String and Bool types? == | == String and Bool types? == | ||
Aren't the <i>string</i> and <i>bool</i> types specific to OBSE? I don't recall ever seeing either one used in a purely vanilla script. --[[User:Arthmoor|Arthmoor]] | Aren't the <i>string</i> and <i>bool</i> types specific to OBSE? I don't recall ever seeing either one used in a purely vanilla script. --[[User:Arthmoor|Arthmoor]] 19:21, 31 August 2011 (EDT) | ||
:String is used as an argument value by Oblivion script... you're probably right that no function returns one, though. I may amend the wording there. | :String is used as an argument value by Oblivion script... you're probably right that no function returns one, though. I may amend the wording there. | ||
Line 9: | Line 9: | ||
:I'll try to make that a bit clearer. | :I'll try to make that a bit clearer. | ||
:Oh, and please sign comments on discussion pages with <tt><nowiki>~~~~</nowiki></tt>; it'll insert your name and a timestamp, which is convenient for keeping track of who is saying what. | :Oh, and please sign comments on discussion pages with <tt><nowiki>~~~~</nowiki></tt>; it'll insert your name and a timestamp, which is convenient for keeping track of who is saying what. I've added it here, but it's appreciated if you could do that in the future. | ||
:[[User:DragoonWraith|<span style="font-family: Oblivion; size=2;">D</span>ragoon <span style="font-family: Oblivion; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion; size=2;">TALK</span>]] 17:34, 1 September 2011 (EDT) | :[[User:DragoonWraith|<span style="font-family: Oblivion; size=2;">D</span>ragoon <span style="font-family: Oblivion; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion; size=2;">TALK</span>]] 17:34, 1 September 2011 (EDT) |
Latest revision as of 00:21, 5 January 2012
String and Bool types?[edit source]
Aren't the string and bool types specific to OBSE? I don't recall ever seeing either one used in a purely vanilla script. --Arthmoor 19:21, 31 August 2011 (EDT)
- String is used as an argument value by Oblivion script... you're probably right that no function returns one, though. I may amend the wording there.
- Boolean values are used by functions all the time, though there is no special bool variable type. That might be unclear. But the page is primarily intended to explain the descriptions used by the Wiki, which does use bool to indicate a boolean value (even though the variable passed to the function or receiving the result would be declared as a short).
- I'll try to make that a bit clearer.
- Oh, and please sign comments on discussion pages with ~~~~; it'll insert your name and a timestamp, which is convenient for keeping track of who is saying what. I've added it here, but it's appreciated if you could do that in the future.
- Dragoon Wraith TALK 17:34, 1 September 2011 (EDT)