Difference between revisions of "Atom Setup"

368 bytes removed ,  19:07, 20 June 2016
Removed info about remote events and ref collections
imported>Gawdl3y
(Updated from Fallout 4 version)
imported>Gawdl3y
(Removed info about remote events and ref collections)
 
Line 75: Line 75:
*Highlight a word, then press {{key press|Ctrl|D}} repeatedly to highlight each occurrence of it in succession. This makes renaming variables and functions quite simple!
*Highlight a word, then press {{key press|Ctrl|D}} repeatedly to highlight each occurrence of it in succession. This makes renaming variables and functions quite simple!
*All Events that the compiler supports have been added as snippets, so if you type the name of the event and hit {{key press|Tab}}, it will autocomplete to the full event (with parameters) so you don't have to check the wiki for syntax.
*All Events that the compiler supports have been added as snippets, so if you type the name of the event and hit {{key press|Tab}}, it will autocomplete to the full event (with parameters) so you don't have to check the wiki for syntax.
**For remote-registered events, use the name of the event followed by {{kbd|-rem}} to have the correct syntax filled out.
**For reference collection aliases, use the name of the event followed by {{kbd|-rc}} to have the sender parameter auto-added
**Both of the above are combined into {{kbd|-rem-rc}} if you happen to need a remote event from a ref collection alias.
*All the functions on the wiki have been added as snippets. You can type part of the function name and hit {{key press|Tab}} to fill out the function with all the parameters. Hit {{key press|Tab}} to switch between each parameter.
*All the functions on the wiki have been added as snippets. You can type part of the function name and hit {{key press|Tab}} to fill out the function with all the parameters. Hit {{key press|Tab}} to switch between each parameter.


Anonymous user