AIC Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC Commands

AIC_---Artificial-Intelligenc2

Get mouse over state

 

Syntax

AIC_---Artificial-Intelligenc2

 

Parameters

Name

Type

Required

Description

None

Void

No

No parameters required

 

Return Value

Type

Description

Long

Returns mouse over state code

 

Remarks

·Used for UI interaction detection

·Returns control ID under mouse

·Used for hover effects

 

Example

' Check mouse over stateDim state As Longstate = AIC_---Artificial-Intelligenc2()If state > 0 ThenPrint "Mouse over control: " & stateEnd If

Retrieves the current mouse over state for UI interaction.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2

 

Previous  Top  Next