Skip to content

Commit 7e313ec

Browse files
committed
Document Me.BuffDuration override
1 parent 8dbe206 commit 7e313ec

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

reference/data-types/datatype-character.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,14 @@ If something is missing here, you can check the source to see if it exists.
266266

267267
: The buff in this slot #
268268

269+
### {{ renderMember(type='timestamp', name='BuffDuration', params='name') }}
270+
271+
: Override on the Spawn version for consistency. The time remaining on the buff or song matching this name. The name is matched as a case-insensitive substring; prefix `=` to require a case-insensitive exact match instead. Consistent with `Me.Buff[name].Duration`.
272+
273+
### {{ renderMember(type='timestamp', name='BuffDuration', params='#') }}
274+
275+
: Override on the Spawn version for consistency. The time remaining on the buff or song in this slot #. Slots are numbered from 1 and span the long-duration buffs followed by the short-duration (song) buffs.
276+
269277
### {{ renderMember(type='bool', name='CanMount') }}
270278

271279
: Can you use a mount here?

0 commit comments

Comments
 (0)