yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::ObjectStorageMutationResult Struct Reference

#include <object_stream_ordering.h>

Public Attributes

bool changed = false
 
std::vector< size_t > old_to_new_index
 
std::vector< size_t > changed_old_indices
 
std::vector< size_t > selected_indices
 

Detailed Description

Definition at line 18 of file object_stream_ordering.h.

Member Data Documentation

◆ changed

bool yaze::zelda3::ObjectStorageMutationResult::changed = false

Definition at line 19 of file object_stream_ordering.h.

Referenced by yaze::zelda3::ReassignObjectStorage().

◆ old_to_new_index

std::vector<size_t> yaze::zelda3::ObjectStorageMutationResult::old_to_new_index

Definition at line 20 of file object_stream_ordering.h.

Referenced by yaze::zelda3::ReassignObjectStorage().

◆ changed_old_indices

std::vector<size_t> yaze::zelda3::ObjectStorageMutationResult::changed_old_indices

Definition at line 21 of file object_stream_ordering.h.

Referenced by yaze::zelda3::ReassignObjectStorage().

◆ selected_indices

std::vector<size_t> yaze::zelda3::ObjectStorageMutationResult::selected_indices

Definition at line 22 of file object_stream_ordering.h.

Referenced by yaze::zelda3::ReassignObjectStorage().


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