]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update Heal documentation (again) 569/head
authorMario <mario@smbclan.net>
Mon, 18 Jun 2018 00:57:34 +0000 (10:57 +1000)
committerMario <mario@smbclan.net>
Mon, 18 Jun 2018 00:57:34 +0000 (10:57 +1000)
qcsrc/server/g_damage.qh

index e752f1057e15340c8f62d4a4eeeae01d3d241c0c..88fbf134422134492c3ee1756549d4b2131fa8ab 100644 (file)
@@ -97,7 +97,7 @@ float RadiusDamageForSource (entity inflictor, vector inflictororigin, vector in
 float RadiusDamage (entity inflictor, entity attacker, float coredamage, float edgedamage, float rad, entity cantbe, entity mustbe, float forceintensity, int deathtype, .entity weaponentity, entity directhitentity);
 
 // Calls .event_heal on the target so that they can handle healing themselves
-// a limit of -1 should be handled by the entity as its max health (if applicable)
+// a limit of RESOURCE_LIMIT_NONE should be handled by the entity as its max health (if applicable)
 bool Heal(entity targ, entity inflictor, float amount, float limit);
 
 .float fire_damagepersec;