Cite This Page
Bibliographic details for LUA:PerformCameraShake
- Page name: LUA:PerformCameraShake
- Author: EQ2Emulator contributors
- Publisher: EQ2Emulator, .
- Date of last revision: 2 February 2020 01:15 UTC
- Date retrieved: 12 July 2026 03:28 UTC
- Permanent URL: https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220
- Page Version ID: 8220
Citation styles for LUA:PerformCameraShake
APA style
LUA:PerformCameraShake. (2020, February 2). EQ2Emulator, . Retrieved 03:28, July 12, 2026 from https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220.
MLA style
"LUA:PerformCameraShake." EQ2Emulator, . 2 Feb 2020, 01:15 UTC. 12 Jul 2026, 03:28 <https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220>.
MHRA style
EQ2Emulator contributors, 'LUA:PerformCameraShake', EQ2Emulator, , 2 February 2020, 01:15 UTC, <https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220> [accessed 12 July 2026]
Chicago style
EQ2Emulator contributors, "LUA:PerformCameraShake," EQ2Emulator, , https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220 (accessed July 12, 2026).
CBE/CSE style
EQ2Emulator contributors. LUA:PerformCameraShake [Internet]. EQ2Emulator, ; 2020 Feb 2, 01:15 UTC [cited 2026 Jul 12]. Available from: https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220.
Bluebook style
LUA:PerformCameraShake, https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220 (last visited July 12, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "EQ2Emulator",
title = "LUA:PerformCameraShake --- EQ2Emulator{,} ",
year = "2020",
url = "https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220",
note = "[Online; accessed 12-July-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "EQ2Emulator",
title = "LUA:PerformCameraShake --- EQ2Emulator{,} ",
year = "2020",
url = "\url{https://oldwiki.eq2classic.com/index.php?title=LUA:PerformCameraShake&oldid=8220}",
note = "[Online; accessed 12-July-2026]"
}