Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Engine
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
Engine:CCMD bind
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Key states === * '+zoom' called without a value. No command, variable or alias named '+zoom' exist. <kua> > +zoom Unknown: +zoom </kua> * Create an alias for '+zoom' and '-zoom'. <kua> > alias +zoom "set fov 45; print 'zoom is 45'" > alias -zoom "set fov 90; print 'zoom is 90'" </kua> * Create a binding for the 'Z' key. <kua> > bind Z +zoom </kua> * Close console and press and release the 'Z' key. Zooms in and out and prints zoom messages. <kua> zoom is 45 zoom is 90 </kua>
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)