posScreenToWorld – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Anyone got working example ? What is 'control' ? --[[User:Bdfy|Bdfy]]
Anyone got working example ? What is 'control' ? --[[User:Bdfy|Bdfy]]
----
[[Control]] is a data type, as is.. [[For Type]].
It likely refers to a control id as per dialogs and stuff.
Just a guess ... :)
[[User:Planck|Planck]] 15:03, 12 February 2007 (CET)
:You have to differ between controls and control structures (like for, switch, ...) here. A control is an element of a dialog (like a button, a pic, ...). --[[User:Raedor|raedor]] 15:16, 12 February 2007 (CET)
I tested this command and the control has to be a map control otherwise the command does not work. --[[User:T D|T_D]] 16:08, 12 February 2007 (CET)

Latest revision as of 17:08, 12 February 2007

Anyone got working example ? What is 'control' ? --Bdfy


Control is a data type, as is.. For Type.

It likely refers to a control id as per dialogs and stuff.

Just a guess ... :)

Planck 15:03, 12 February 2007 (CET)

You have to differ between controls and control structures (like for, switch, ...) here. A control is an element of a dialog (like a button, a pic, ...). --raedor 15:16, 12 February 2007 (CET)

I tested this command and the control has to be a map control otherwise the command does not work. --T_D 16:08, 12 February 2007 (CET)