mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 10:21:36 -04:00
d/jak2: mostly finish mysql-nav-graph and fix docstring handling around with-pp/local-vars (#1869)
This commit is contained in:
+2
-2
@@ -1236,8 +1236,8 @@
|
||||
;; definition (debug) for function add-debug-circle
|
||||
;; INFO: Used lq/sq
|
||||
(defun-debug add-debug-circle ((enable symbol) (bucket bucket-id) (position vector) (radius float) (color rgba) (orientation matrix))
|
||||
(local-vars (i int) (sv-64 vector) (sv-80 vector))
|
||||
"note: you may pass #f for orientation"
|
||||
(local-vars (i int) (sv-64 vector) (sv-80 vector))
|
||||
(if (not enable)
|
||||
(return #f)
|
||||
)
|
||||
@@ -1390,8 +1390,8 @@
|
||||
(color rgba)
|
||||
(orientation matrix)
|
||||
)
|
||||
(local-vars (line-start vector) (line-end vector) (i int) (sv-96 vector) (sv-112 vector))
|
||||
"note: you may pass #f for orientation"
|
||||
(local-vars (line-start vector) (line-end vector) (i int) (sv-96 vector) (sv-112 vector))
|
||||
(if (not enable)
|
||||
(return #f)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user