[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: ModoX • Posted: 2025-02-21T17:30:26.262000+00:00
Original source
before OnCreate
Archived author: ModoX • Posted: 2025-02-21T17:31:05.165000+00:00
Original source
OnCreate is just an AI hook doing nothing by itself
Archived author: Telegrill • Posted: 2025-02-21T17:31:24.465000+00:00
Original source
sorry, I meant Areatrigger::Create
Archived author: ModoX • Posted: 2025-02-21T17:32:19.547000+00:00
Original source
thats where ai->OnInitialize, map->AddToMap, ai->OnCreate and some other stuff happens, yes
![[Image: image.png?ex=690c3317&is=690ae197&hm=a43...27b88b566&]](https://cdn.discordapp.com/attachments/376074396915335170/1342549697717604483/image.png?ex=690c3317&is=690ae197&hm=a43e9874a7fa0980973e89dad696dfc6e9b012e9bcb80761db52d4f27b88b566&)
Archived author: Telegrill • Posted: 2025-02-21T17:33:11.358000+00:00
Original source
I might be wrong, but this is where it happens?
![[Image: image.png?ex=690c3317&is=690ae197&hm=a43...27b88b566&]](https://cdn.discordapp.com/attachments/376074396915335170/1342549697717604483/image.png?ex=690c3317&is=690ae197&hm=a43e9874a7fa0980973e89dad696dfc6e9b012e9bcb80761db52d4f27b88b566&)
Archived author: ModoX • Posted: 2025-02-21T17:33:38.088000+00:00
Original source
thats AddToMap, yes
Archived author: ModoX • Posted: 2025-02-21T17:34:35.475000+00:00
Original source
check should be IsServerSide instead of IsStaticSpawn tho
Archived author: Telegrill • Posted: 2025-02-21T17:34:42.596000+00:00
Original source
so if we were to send the path in OnCreate, it would cause two path packets to be sent, but OnInitialize it won't since it's evaluated before AddToMap
Archived author: Tea • Posted: 2025-02-21T17:34:48.714000+00:00
Original source
uh no
Archived author: Telegrill • Posted: 2025-02-21T17:35:11.561000+00:00
Original source
if I understand correctly