We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bab8c0 commit 9d329e0Copy full SHA for 9d329e0
Entities/ACrab.h
@@ -348,9 +348,9 @@ class ACrab : public Actor {
348
bool FirearmNeedsReload() const;
349
350
/// <summary>
351
- /// Indicates whether all of the MountedDevices are at full capacity.
+ /// Gets whether or not all of this ACrab's Turret's HDFirearms are full.
352
/// </summary>
353
- /// <returns>Whether all of the MountedDevices are at full capacity.</returns>
+ /// <returns>Whether or not all of this ACrab's Turret's HDFirearms are full. Will return true if there is no Turret or no HDFirearms.</returns>
354
bool FirearmsAreFull() const;
355
356
0 commit comments