mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Fix bad use of .D1 in doc/qcvm.1
This commit is contained in:
parent
660a22d647
commit
a80aa89e09
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ Append a string parameter to be passed to
|
|||
The following builtin functions are available:
|
||||
.Bl -ohang
|
||||
.It Li 1) void print(string...) = #1;
|
||||
.D1 Print the passed strings to stdout. At most 8 strings are allowed.
|
||||
.Bd -unfilled -offset indent -compact
|
||||
Print the passed strings to stdout. At most 8 strings are allowed.
|
||||
.Ed
|
||||
.It Li 2) string ftos(float) = #2;
|
||||
.D1 Convert a float to a string.
|
||||
.It Li 3) entity spawn() = #3;
|
||||
|
|
Loading…
Reference in a new issue