Skip to content

Commit

Permalink
Fixed list formatting issue in known Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eforen committed Nov 18, 2015
1 parent 72f6b0f commit de13cdb
Showing 1 changed file with 90 additions and 90 deletions.
180 changes: 90 additions & 90 deletions KnownFunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,105 +15,105 @@ This would be a good place to find out if a function you think is not in the com

## Known and added to completions
- General Functions (Available on most things)
-- Count
-- Range
-- GetIndexes
-- Remove
-- RemoveAll
-- HasIndex
-- Append
-- Type
-- Round
-- Int
-- Mod
* Count
* Range
* GetIndexes
* Remove
* RemoveAll
* HasIndex
* Append
* Type
* Round
* Int
* Mod
- General Functions (Not as widely available)
-- Say
-- Sleep
-- Quit
* Say
* Sleep
* Quit
- Networking
-- GetConnections
-- Slurp
-- Connect
-- DisconnectAll
-- Broadcast
* GetConnections
* Slurp
* Connect
* DisconnectAll
* Broadcast
- Terminals With Monitors
-- Print
-- PrintS
-- Input
-- Info
-- Random
-- GetUser
-- Name
-- Time
-- Width
-- Height
* Print
* PrintS
* Input
* Info
* Random
* GetUser
* Name
* Time
* Width
* Height
- Apis / Random (Forgot where I found them or don't care enough to log)
-- CharToInt
-- IntToChar
-- ClearText
-- PlaySound
-- Pitch
-- Sin
-- Cos
-- Line
-- Text
-- Rect
-- DisplayGraphics
-- Color
-- Repeat
-- HSVtoRGB
-- RGBToHSV
-- Lines
-- StringContains
-- IsKeyPressed
-- HasFloppy
-- LoadData
-- ClearData
-- SaveData
-- BootFromFloppy
* CharToInt
* IntToChar
* ClearText
* PlaySound
* Pitch
* Sin
* Cos
* Line
* Text
* Rect
* DisplayGraphics
* Color
* Repeat
* HSVtoRGB
* RGBToHSV
* Lines
* StringContains
* IsKeyPressed
* HasFloppy
* LoadData
* ClearData
* SaveData
* BootFromFloppy
- Screwdriver
-- SetMhz
-- EnableAPI
-- SetMaxTime
* SetMhz
* EnableAPI
* SetMaxTime
- Drinkables
-- Speed
-- Charisma
-- Smelliness
-- Sleepiness
-- Drunkenness
-- Drink
-- Corruption
-- IsUser
-- GetRoom
-- RemoteFunctionCall
* Speed
* Charisma
* Smelliness
* Sleepiness
* Drunkenness
* Drink
* Corruption
* IsUser
* GetRoom
* RemoteFunctionCall
- Eatables
-- Trippy
-- TurnLeft
-- TurnRight
-- FastForward
-- Move
-- QuickBoost
* Trippy
* TurnLeft
* TurnRight
* FastForward
* Move
* QuickBoost
- Security Terminals (I do not know if thats what they are called but thats what I am calling them)
-- OnHack
-- OnIntruder
-- MovePerson
-- ZapPerson
-- RestoreCode
-- GetHour
-- GetMinute
* OnHack
* OnIntruder
* MovePerson
* ZapPerson
* RestoreCode
* GetHour
* GetMinute
- Keys
-- Unlock
-- Lock
-- Toggle
* Unlock
* Lock
* Toggle
- Radios
-- Blip
-- GetChannel
-- SetChannel
-- TurnOffSound
-- TurnOnSound
* Blip
* GetChannel
* SetChannel
* TurnOffSound
* TurnOnSound
- Hacking Devices
-- Log
* Log
- Teleportation Devices
-- Position
-- Teleport
-- SetWorldPosition
* Position
* Teleport
* SetWorldPosition

0 comments on commit de13cdb

Please sign in to comment.