FutureProg functions

nextfullmoon

Celestials · computer function, computer program, standard futureprog

MudDateTime nextfullmoon(Location locationOrZone, Number celestialId, Calendar calendar)
Contexts: computer function, computer program, standard futureprog
Returns the next deterministic full moon for a lunar celestial. The optional occurrence parameter returns the nth next occurrence. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the lunar celestial.
calendar: The calendar used to display the returned mud datetime.

MudDateTime nextfullmoon(Location locationOrZone, Number celestialId, Calendar calendar, Number occurrence)
Contexts: computer function, computer program, standard futureprog
Returns the next deterministic full moon for a lunar celestial. The optional occurrence parameter returns the nth next occurrence. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the lunar celestial.
calendar: The calendar used to display the returned mud datetime.
occurrence: The nth next occurrence to return.

MudDateTime nextfullmoon(Zone locationOrZone, Number celestialId, Calendar calendar)
Contexts: computer function, computer program, standard futureprog
Returns the next deterministic full moon for a lunar celestial. The optional occurrence parameter returns the nth next occurrence. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the lunar celestial.
calendar: The calendar used to display the returned mud datetime.

MudDateTime nextfullmoon(Zone locationOrZone, Number celestialId, Calendar calendar, Number occurrence)
Contexts: computer function, computer program, standard futureprog
Returns the next deterministic full moon for a lunar celestial. The optional occurrence parameter returns the nth next occurrence. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the lunar celestial.
calendar: The calendar used to display the returned mud datetime.
occurrence: The nth next occurrence to return.

← Back to FutureProg functions