rsc3/doc/help/server-command/g-head.help.scrbl

15 lines
231 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/g_head Add node to head of group}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
[
int - group ID
int - node ID
] * N
Adds the node to the head (first to be executed) of the group.
2022-08-28 10:27:01 +00:00