blob: 71cf32f117ad942c17c40d4e0e0d15f58cc5eb8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
project = 'Artery'
description = 'Artery gamemode base'
full_description = 'A hefty gamemode base for making rpgs in Garrys Mod'
title = 'Artery Documentation'
style = '!fixed'
use_markdown_titles = true
file = {
".",
exclude={
"gamemode/core/database/sv_mysqlite.lua"
}
}
format = 'markdown'
sort_modules = true
new_type("domain","Domain")
new_type("concommand","Console commands", false, ...)
|