If I took a little c++ and poo, but I find it difficult to understand, please if someone took the trouble to explain, I would appreciate it very much.
if (GetWorld()->GetTimeSeconds() - LastDoorOpenTime > DoorCloseDelay)
{
CloseDoor();
}
If I took a little c++ and poo, but I find it difficult to understand, please if someone took the trouble to explain, I would appreciate it very much.
if (GetWorld()->GetTimeSeconds() - LastDoorOpenTime > DoorCloseDelay)
{
CloseDoor();
}
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.