Difference between revisions of "API C Calendar.ContextMenuEventCanEdit"
(Created page with "{{wowapi}} Needs summary. canEdit = C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex) ==Arguments== ;offsetMonths : number ;monthDay : number ;eventInde...") |
m (Update elinks) Tag: WoW API docs |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} |
{{wowapi}} |
||
+ | Returns whether the player can edit the event. |
||
− | Needs summary. |
||
canEdit = C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex) |
canEdit = C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex) |
||
Line 14: | Line 14: | ||
* {{Patch 8.0.1|note=Added.}} |
* {{Patch 8.0.1|note=Added.}} |
||
− | == |
+ | ==External links== |
+ | <!-- Please read https://wow.gamepedia.com/Wowpedia:External_links_policy before adding new links. --> |
||
− | * [https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation#C_Calendar.ContextMenuEventCanEdit Blizzard API Documentation] |
||
+ | {{Elinks-api|t=a|namespace=C_Calendar|system=Calendar}} |
Latest revision as of 02:28, 26 March 2021
Returns whether the player can edit the event.
canEdit = C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex)
Arguments
- offsetMonths
- number
- monthDay
- number
- eventIndex
- number
Returns
- canEdit
- boolean
Patch changes
Patch 8.0.1 / API changes (2018-07-17): Added.
External links
GitHub FrameXML, Gethe
Globe "wut?" Tool, Townlong-Yak
Blizzard API Docs, Townlong-Yak
Offline /api addon, MrBuds