Skip to content

Commit

Permalink
better commented documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingThing committed Sep 28, 2023
1 parent fc4faf3 commit acd1243
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions code/datums/world_topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,16 @@
return json_encode(data)

// Border Control Wrapper for removing/adding whitelists - Gremling da smoothbrain
// -----------------------------------------------------------
// THE FORMATTING
// -----------------------------------------------------------
// Keyword - "border" // The method to call this wrapper
// Mode Choice - "mode" // 0 - 1 - 2, 0: Check whitelist
// 1: Whitelist,
// 2: Unwhitelist.
// CKey - "ckey" // The target user.
// -----------------------------------------------------------
// Mode Choice - "mode" // 0 - 1 - 2, 0: Check whitelist
// 1: Whitelist,
// 2: Unwhitelist.
// -----------------------------------------------------------
// CKey - "ckey" // The target user.

#define CHK_WHTLST 0
#define WHTLST 1
Expand Down

0 comments on commit acd1243

Please sign in to comment.