![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Result of parameter validation containing both validity status and deprecation warning. More...
#include <InstructionValidator.h>
Public Member Functions | |
| ParameterValidationResult (bool isValid_, bool hasDeprecationWarning_) | |
| bool | IsValid () const |
| bool | HasDeprecationWarning () const |
Public Attributes | |
| bool | isValid = true |
| bool | hasDeprecationWarning = false |
Result of parameter validation containing both validity status and deprecation warning.