From 1397ba542ff2291be754aa9f45f565e311337a58 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 Jul 2014 18:38:29 +0200 Subject: Remove buggy get_passed_effect_time --- README.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 086b792..e711462 100644 --- a/README.md +++ b/README.md @@ -179,15 +179,6 @@ Returns the remaining time of an effect. ##### Return value Iff the effect exists, the remaining effect time is returned in full seconds. Iff the effect does not exist, `nil` is returned. -#### `playereffects.get_passed_effect_time(effect_id)` -Returns the time an effect was in place. - -##### Parameter -* `effect_id`: The effect identifier of the effect in question - -##### Return value -Iff the effect exists, the number of seconds the effect is in place is returned. Iff the effect does not exist, `nil` is returned. - #### `playereffects.get_player_effects(playername)` Returns all active effects of a player. -- cgit v1.2.3