[DiscordArchive] yeah but as it currently stands, both hooks are called after InitSplineOffsets, meaning the core wil
[DiscordArchive] yeah but as it currently stands, both hooks are called after InitSplineOffsets, meaning the core wil
Archived author: Telegrill • Posted: 2025-02-21T17:27:42.491000+00:00
Original source
yeah but as it currently stands, both hooks are called after InitSplineOffsets, meaning the core will automatically handle DB-splines before script ones?
Archived author: Tea • Posted: 2025-02-21T17:28:06.637000+00:00
Original source
yes, that is correct
Archived author: Tea • Posted: 2025-02-21T17:28:16.446000+00:00
Original source
and its what should happen
Archived author: Tea • Posted: 2025-02-21T17:28:25.989000+00:00
Original source
script REPLACES the db-initialized spline
Archived author: Telegrill • Posted: 2025-02-21T17:29:00.990000+00:00
Original source
wouldn't that send two paths packets or is it prevented until script in computed (in case that there's any)?
Archived author: Tea • Posted: 2025-02-21T17:29:07.227000+00:00
Original source
no
Archived author: Tea • Posted: 2025-02-21T17:29:27.956000+00:00
Original source
no packet is sent before AddToMap is called
Archived author: ModoX • Posted: 2025-02-21T17:29:48.547000+00:00
Original source
=> init should be used
Archived author: ModoX • Posted: 2025-02-21T17:29:58.321000+00:00
Original source
create is after AddToMap
Archived author: Telegrill • Posted: 2025-02-21T17:30:20.279000+00:00
Original source
but addToMap happens in OnCreate, right?