VLC 4.0.0-dev
Loading...
Searching...
No Matches

These are the different types a vlc variable can have. More...

Collaboration diagram for Variable types:

Macros

#define VLC_VAR_VOID   0x0010
 
#define VLC_VAR_BOOL   0x0020
 
#define VLC_VAR_INTEGER   0x0030
 
#define VLC_VAR_STRING   0x0040
 
#define VLC_VAR_FLOAT   0x0050
 
#define VLC_VAR_ADDRESS   0x0070
 
#define VLC_VAR_COORDS   0x00A0
 

Detailed Description

These are the different types a vlc variable can have.

Macro Definition Documentation

◆ VLC_VAR_ADDRESS

#define VLC_VAR_ADDRESS   0x0070

◆ VLC_VAR_BOOL

#define VLC_VAR_BOOL   0x0020

◆ VLC_VAR_COORDS

#define VLC_VAR_COORDS   0x00A0

◆ VLC_VAR_FLOAT

#define VLC_VAR_FLOAT   0x0050

◆ VLC_VAR_INTEGER

#define VLC_VAR_INTEGER   0x0030

◆ VLC_VAR_STRING

#define VLC_VAR_STRING   0x0040

◆ VLC_VAR_VOID

#define VLC_VAR_VOID   0x0010