Implicit conversion operator is probably a good idea tbh.

This commit is contained in:
PJB3005
2026-04-04 23:00:33 +02:00
parent 63422ecdd1
commit ae42e75e1b
+4
View File
@@ -211,6 +211,10 @@ public:
}
}
operator const T&() {
return getValue();
}
/**
* \brief Give a CVar an override value.
*