Skip to content

Instantly share code, notes, and snippets.

View ghostrider-05's full-sized avatar

ghostrider-05

View GitHub Profile

Total

  • Constants: 171
  • Structs: 1389
  • Functions: 23724
  • Enums: 634
  • States: 183

TAGame.upk

@ghostrider-05
ghostrider-05 / discord_app_protocols.md
Last active July 21, 2024 15:56
An unofficial list of discord app protocol routes

Discord app protocol routes

Home:

  • /: discord://-/
  • friends: discord://-/channels/@me/
  • nitro: discord://-/store
  • shop: discord://-/shop
  • message requests: discord://-/message-requests
  • family centre: discord://-/family-center
"""
Script generated by ghostrider-05.
Blender Addon: https://github.com/leeroyjenkins-87/rlmm_blender_toolkit
Created with: https://github.com/ghostrider-05/kismet.ts
"""
import bpy
from bpy.types import NodeTree, Node, NodeSocket
import paperclip
@ghostrider-05
ghostrider-05 / kismet_syntax.md
Created September 6, 2022 21:07
Kismet syntax

Player autocomplete

To get autocomplete, begin with Player(). and then type the property you then need. It will autocomplete and embed more information about the property

Get property

You can pass options into the variable object:

Player(bAllPlayers=False)
Player(bAllPlayers=False,playerIdx=2)
@ghostrider-05
ghostrider-05 / classes.md
Created October 2, 2022 23:02
Dummy classes sync list

Version: 2.20

  • Goal_TA
  • SeqAct_MainMenuSwitch_TA
  • _Types_TA
PRI

PRI_TA |-- MatchScore {int} [R] |-- MatchGoals {int} [R] |-- MatchOwnGoals {int} |-- MatchAssists {int} [R] |-- MatchSaves {int} [R]