diff options
author | lethal-guitar <lethal_guitar128@web.de> | 2016-12-28 15:50:28 +0100 |
---|---|---|
committer | lethal-guitar <lethal_guitar128@web.de> | 2016-12-28 15:50:28 +0100 |
commit | b8352b0fbe7c3d61cd0452900dea9ea963400520 (patch) | |
tree | 41f76c7c07906904ed4af8ed978fa14fe0518aac /Doxyfile | |
parent | 4fe45348467145dbf0c6403dde4b730de5e575e1 (diff) |
Add dereference operator to ComponentHandle
This makes it possible to write code like this:
auto& componentRef = *someEntity.component<Position>();
This was already possible previously, but required calling .get() on the
component handle.
Diffstat (limited to 'Doxyfile')
0 files changed, 0 insertions, 0 deletions