Ypcall() missing from Built-in Functions & Variables — Lua page

I see pcall() and xpcall() but not ypcall().

it’s missing from this page

https://www.robloxdev.com/articles/Built-in-Functions-and-Variables/Lua

2 Likes

ypcall is not a built-in Lua method, so it doesn’t belong in the page listing those.

It also shouldn’t be used anymore, since we can yield within pcall and xpcall now

2 Likes

Thank you for the report. We’ll look into getting this documented.

1 Like