# get_gauge_flags The **get\_gauge\_flags** function is used to retrieve the flags set on a gauge.   ##### Syntax ``` wasm FLAGS32 get_gauge_flags( PCSTRINGZ name ); ```   ##### Members {{< table-wrapper >}} | Parameters | Description | |------------|----------------------------------| | `name` | Specifies the name of the gauge. | {{< /table-wrapper >}}   ##### Return Values The function returns a FLAGS32 value containing the flags that are set. See `set_gauge_flags` for a table of gauge flags.   ##### Remarks N/A