GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Public Attributes | List of all members
gd::ParameterValidationResult Struct Reference

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
 

Detailed Description

Result of parameter validation containing both validity status and deprecation warning.


The documentation for this struct was generated from the following file: