FECALITY.SHOP [API]
  • Overview
  • GETTING STARTED
    • Metadata
    • Creating scripts
    • Callbacks
    • Examples
    • Useful resources
  • DOCUMENTATION
    • Datatypes
      • entity
      • player_info
      • weapon_info
      • user_cmd
      • trace_t
      • vec3
      • cvar
      • timer
      • cfg_value
      • shot_info
      • game_event
      • material
      • material_var
      • zip
      • animator
    • Namespaces
      • Gui
      • Render
      • Engine
      • Math
      • Utilities
      • Entities
      • Database
      • Input
      • Panorama
      • Materials
      • Filesystem
      • Zip
    • Instances
      • Global Vars
      • Fecality
      • Gamerules
      • Server
Powered by GitBook
On this page
  1. GETTING STARTED

Metadata

Workshop info

Use --.name The name of your script here to set the script's name. Use --.description Your custom description to set the script's description. Use --.author Your name here to set the author title.

Example

--.name Console Input Reader
--.description Read console input through the console callback
--.author Jewls

function on_console_input(input)
    print(string.format("You have just entered: %s", input)
end
PreviousOverviewNextCreating scripts

Last updated 2 years ago