Search found 2 matches

by dawg_duggart
June 20th, 2019, 2:20 pm
Forum: Everything
Topic: Tutorial 20 pt.1:Fart annoyed curious on bool and void
Replies: 2
Views: 1644

Re: Tutorial 20 pt.1:Fart annoyed curious on bool and void

My mistake man. I rewrite the code on my own from the beginning of the tutorial and everything is fine now. I think the error has something to do with the "Retarget Project" because I think I forgot to do that on my previous try. Anyway thanks man
by dawg_duggart
June 19th, 2019, 6:09 am
Forum: Everything
Topic: Tutorial 20 pt.1:Fart annoyed curious on bool and void
Replies: 2
Views: 1644

Tutorial 20 pt.1:Fart annoyed curious on bool and void

Hey man. So I did some experimentation on Fart Annoyed. I made the DoWallCollision into void function instead of bool. Everything is cool but when the ball hits the wall it doesnt rebound, it will display assertion failed. I know the difference between the two functions (bool returns bool values and...