# GetAllVariables()

Method in [VariableStorageBehaviour](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.variablestoragebehaviour)

## Summary

Provides a unified interface for exporting all variables. Intended to be a point for custom saving, editors, etc.

```csharp
public abstract (FloatDictionary FloatVariables, StringDictionary StringVariables, BoolDictionary BoolVariables) GetAllVariables();
```
