Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Oct 17, 2017
1 parent 52202af commit 5cea325
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ Not all functions are going to work for GoldSrc, but let met know if they are so

API
---
The fast way is to check directly https://github.com/Arkshine/SteamTools/blob/master/amxmodx/scripting/include/steamtools.inc include.
All is documented, it should be easy to use them.
The fast way is to check directly [`steamtools.inc`](https://github.com/Arkshine/SteamTools/blob/master/amxmodx/scripting/include/steamtools.inc) include.
All is documented, it should be easy to use them.

TODO
----
* [ ] Enabling hooks/forwards on-demand
* [ ] Maybe implementing the HTTP interface
1 change: 1 addition & 0 deletions module/sw_gameserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class SteamToolsGameServer
FreeLastCallbackFn m_FreeLastCallback = nullptr;

AutoPtr<CDetour> m_GetCallbackDetour;

private:

int m_ServerHookID = 0;
Expand Down

0 comments on commit 5cea325

Please sign in to comment.