mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
quite a bit of stuff
This commit is contained in:
@@ -15,4 +15,9 @@ struct FName
|
||||
std::string ToString();
|
||||
|
||||
bool IsValid() { return ComparisonIndex.Value > 0; }
|
||||
|
||||
bool operator==(FName other)
|
||||
{
|
||||
return ComparisonIndex.Value == other.ComparisonIndex.Value;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user