Elaztek Developer Hub
Blamite Game Engine - Guerilla  00306.01.24.21.1348.blamite
The tag editor for the Blamite Game Engine.
plugin_verification.cpp File Reference
#include "tags.h"
#include <Strings/components/utils/list/list.h>
#include "components/tags/fields/block/block.h"
#include "components/logger/logger.h"

Functions

bool VerifyOffsetOverflows (std::vector< BlamPluginField * > field_list, std::string scope_name)
 
bool VerifyOffsetSequence (std::vector< BlamPluginField * > field_list, std::string scope_name)
 
bool VerifyOffsetDuplicates (std::vector< BlamPluginField * > field_list, std::string scope_name)
 
bool VerifySizes (int base_size, std::vector< BlamPluginField * > field_list, std::string scope_name)
 

Function Documentation

◆ VerifyOffsetDuplicates()

bool VerifyOffsetDuplicates ( std::vector< BlamPluginField * >  field_list,
std::string  scope_name 
)

◆ VerifyOffsetOverflows()

bool VerifyOffsetOverflows ( std::vector< BlamPluginField * >  field_list,
std::string  scope_name 
)

◆ VerifyOffsetSequence()

bool VerifyOffsetSequence ( std::vector< BlamPluginField * >  field_list,
std::string  scope_name 
)

◆ VerifySizes()

bool VerifySizes ( int  base_size,
std::vector< BlamPluginField * >  field_list,
std::string  scope_name 
)