#Expected closing ")" after call arguments

1 messages · Page 1 of 1 (latest)

worn lichen
#

im completely unsure whats wrong here, i dont know where it would like me to put the closing ) as i have tried just putting it everywhere but nothing seems to work please help sorry for beginner stupidity

delicate marten
#

In 4.x they removed the from/to/exclude, you just provide the arguments in the correct order I believe.

    global_transform.origin,
    global_transform.origin - Vector3.UP * ground_check_distance,
    [self],
    valid_ground_layer
)```