mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Return a reference to a const str for the result of Target()
This commit is contained in:
parent
6970e2d00c
commit
caea6e6bba
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
virtual void setOrigin(Vector origin);
|
||||
virtual void setOriginEvent(Vector origin);
|
||||
virtual void setAngles(Vector angles);
|
||||
str & Target();
|
||||
const str & Target();
|
||||
qboolean Targeted(void);
|
||||
str & TargetName();
|
||||
virtual void SetTargetName(str targetname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue