Skip to content

Commit dfe34ec

Browse files
committed
update documentation
1 parent 2f3423d commit dfe34ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/scripting/api/objs/hudgauge.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ADE_FUNC(isCustom, l_HudGauge, nullptr, "Custom HUD Gauge status", "boolean", "R
2121
return ade_set_args(L, "b", gauge->isCustom());
2222
}
2323

24-
ADE_VIRTVAR(Name, l_HudGauge, "string", "Custom HUD Gauge name", "string", "Custom HUD Gauge name, or blank if this is a default gauge, or nil if handle is invalid")
24+
ADE_VIRTVAR(Name, l_HudGauge, "string", "Custom HUD Gauge name", "string", "Custom HUD Gauge name, or nil if this is a default gauge or the handle is invalid")
2525
{
2626
HudGauge* gauge;
2727

@@ -37,7 +37,7 @@ ADE_VIRTVAR(Name, l_HudGauge, "string", "Custom HUD Gauge name", "string", "Cust
3737
return ade_set_args(L, "s", gauge->getCustomGaugeName());
3838
}
3939

40-
ADE_VIRTVAR(Text, l_HudGauge, "string", "Custom HUD Gauge text", "string", "Custom HUD Gauge text, or blank if this is a default gauge, or nil if handle is invalid")
40+
ADE_VIRTVAR(Text, l_HudGauge, "string", "Custom HUD Gauge text", "string", "Custom HUD Gauge text, or nil if this is a default gauge or the handle is invalid")
4141
{
4242
HudGauge* gauge;
4343
const char* text = nullptr;

0 commit comments

Comments
 (0)