BIS fnc drawAO – Talk
Jump to navigation
Jump to search
(reply) |
|||
Line 3: | Line 3: | ||
Shouldnt this still return BOOL and have its input as an ARRAY? I cant test this right now but its seems like quite a change from the functions description comment. --[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 19:34, 28 September 2014 (CEST) | Shouldnt this still return BOOL and have its input as an ARRAY? I cant test this right now but its seems like quite a change from the functions description comment. --[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 19:34, 28 September 2014 (CEST) | ||
I tested return value and it returned nothing on these tests. The function description is severely lacking - it only shows an array whilst it also supports objNull (in the form of a single triggers name), and as already noted a number detailing the distance between each line. Arrays are there for multiple triggers, presumably, but basic use only requires 1 trigger, hence why I put it down as such. --[[User:Tryteyker-|Tryteyker-]] ([[User talk:Tryteyker-|talk]]) 22:40, 28 September 2014 (CEST) | ::I tested return value and it returned nothing on these tests. The function description is severely lacking - it only shows an array whilst it also supports objNull (in the form of a single triggers name), and as already noted a number detailing the distance between each line. Arrays are there for multiple triggers, presumably, but basic use only requires 1 trigger, hence why I put it down as such. --[[User:Tryteyker-|Tryteyker-]] ([[User talk:Tryteyker-|talk]]) 22:40, 28 September 2014 (CEST) | ||
::::If the function works for multiple triggers it should be documented as such, not just its "basic use". What if I want to use it for multiple triggers? [[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 23:26, 28 September 2014 (CEST) |
Revision as of 22:26, 28 September 2014
Recent edit
Shouldnt this still return BOOL and have its input as an ARRAY? I cant test this right now but its seems like quite a change from the functions description comment. --Benargee (talk) 19:34, 28 September 2014 (CEST)
- I tested return value and it returned nothing on these tests. The function description is severely lacking - it only shows an array whilst it also supports objNull (in the form of a single triggers name), and as already noted a number detailing the distance between each line. Arrays are there for multiple triggers, presumably, but basic use only requires 1 trigger, hence why I put it down as such. --Tryteyker- (talk) 22:40, 28 September 2014 (CEST)