aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-17 15:41:03 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-17 15:41:03 +0100
commit625eeb509450f4871a64d178ffb7950c8bdaf332 (patch)
treecd43679d6e033632583e0c5fe33096da161895c5
parent6be9201be17d15bab8f1e3bb924d91d74576f6f7 (diff)
downloadNorthstarWiki-625eeb509450f4871a64d178ffb7950c8bdaf332.tar.gz
NorthstarWiki-625eeb509450f4871a64d178ffb7950c8bdaf332.zip
Add more links
-rw-r--r--docs/modding/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/modding/README.md b/docs/modding/README.md
index 95ff2cf..a150d6f 100644
--- a/docs/modding/README.md
+++ b/docs/modding/README.md
@@ -10,7 +10,10 @@ For now some useful links from the Discord FAQ (should be moved to their own sec
* Squirrel Highlighting for Npad++ and VSCode: https://gist.github.com/samisalreadytaken/5bcf322332074f31545ccb6651b88f2d
* List of Console Commands: https://pastebin.com/raw/3DSCK09f
* Useful Squirrel: https://faithful-piper-52c.notion.site/Useful-Squirrel-2300bc55141e4bee85b8c7dc8afffbc9
+* List of squirrel funcs available to dedicated server with their signatures: https://gist.github.com/laundmo/a6ee0692ae137876b7514c0f4a57df4b
+* Native registered script functions, they are from Season 3 Apex but most also exist on Titanfall 2, especially the Titan functions. Also includes description for each function if the developers have given it one. \
+ https://github.com/kawainekome/ApexLegends_S3_Squirrel_Registered_API_SimpleDoc
Check [the next page](getting-started.md) to get started.