mirror of
https://github.com/open-goal/jak-project
synced 2026-09-12 12:55:22 -04:00
get started on entity (#793)
This commit is contained in:
+16
-16
@@ -239,21 +239,21 @@
|
||||
|
||||
;; definition of type nav-mesh
|
||||
(deftype nav-mesh (basic)
|
||||
((user-list engine :offset-assert 4)
|
||||
(poly-lookup-history uint8 2 :offset-assert 8)
|
||||
(debug-time uint8 :offset-assert 10)
|
||||
(static-sphere-count uint8 :offset-assert 11)
|
||||
(static-sphere uint32 :offset-assert 12)
|
||||
(bounds sphere :inline :offset-assert 16)
|
||||
(origin vector :inline :offset-assert 32)
|
||||
(cache nav-lookup-elem 4 :inline :offset-assert 48)
|
||||
(node-count int32 :offset-assert 176)
|
||||
(nodes uint32 :offset-assert 180)
|
||||
(vertex-count int32 :offset-assert 184)
|
||||
(vertex uint32 :offset-assert 188)
|
||||
(poly-count int32 :offset-assert 192)
|
||||
(poly uint32 :offset-assert 196)
|
||||
(route uint32 :offset-assert 200)
|
||||
((user-list engine :offset-assert 4)
|
||||
(poly-lookup-history uint8 2 :offset-assert 8)
|
||||
(debug-time uint8 :offset-assert 10)
|
||||
(static-sphere-count uint8 :offset-assert 11)
|
||||
(static-sphere uint32 :offset-assert 12)
|
||||
(bounds sphere :inline :offset-assert 16)
|
||||
(origin vector :inline :offset-assert 32)
|
||||
(cache nav-lookup-elem 4 :inline :offset-assert 48)
|
||||
(node-count int32 :offset-assert 176)
|
||||
(nodes uint32 :offset-assert 180)
|
||||
(vertex-count int32 :offset-assert 184)
|
||||
(vertex (inline-array vector) :offset-assert 188)
|
||||
(poly-count int32 :offset-assert 192)
|
||||
(poly uint32 :offset-assert 196)
|
||||
(route uint32 :offset-assert 200)
|
||||
)
|
||||
:method-count-assert 30
|
||||
:size-assert #xcc
|
||||
@@ -269,7 +269,7 @@
|
||||
(dummy-16 () none 16)
|
||||
(dummy-17 (_type_) none 17)
|
||||
(dummy-18 () none 18)
|
||||
(dummy-19 () none 19)
|
||||
(compute-bounding-box (_type_ vector vector) none 19)
|
||||
(dummy-20 () none 20)
|
||||
(dummy-21 () none 21)
|
||||
(dummy-22 () none 22)
|
||||
|
||||
Reference in New Issue
Block a user