select – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:


[[User:Hoz|hoz]] 00:14, 3 July 2006 (CEST)
[[User:Hoz|hoz]] 00:14, 3 July 2006 (CEST)
===Boolean index===
What was wrong with <code>[1,2,3,4] select true</code>? It's working.
I think Index should be <code>[[Number]] or [[Boolean]]</code>. That's why I was added both examples, one with True, one with number.
++[[User:Str|Str]] 08:04, 7 October 2006 (CEST)

Revision as of 08:04, 7 October 2006

How can we implement the new config select from ArmA here?

--Raedor 00:09, 3 July 2006 (CEST)

Thats a good point. Haven't gotten to the 's' yet but if you check out one of the other examples it should be easy to follow

Select Array
Select Boolean
Select Index 

Maybe something like this.

hoz 00:14, 3 July 2006 (CEST)

Boolean index

What was wrong with [1,2,3,4] select true? It's working.

I think Index should be Number or Boolean. That's why I was added both examples, one with True, one with number.

++Str 08:04, 7 October 2006 (CEST)