Skip to content

Commit 33bf47c

Browse files
committed
Tweak FAQ.md for the new {set,get}_i_user_value().
1 parent 79e8683 commit 33bf47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The Lua registry is a global `Table` available for use through the API. Add ref
2323

2424
#### Store it with a `UserData` value
2525

26-
A Lua value can be attached with a `UserData` value using `AnyUserData::set_user_value()`/`AnyUserData::get_user_value()`.
26+
A Lua value can be attached with a `UserData` value using `AnyUserData::set_user_value()`/`AnyUserData::get_user_value()`. With Lua 5.4+ multiple values can be stored using `AnyUserData::set_i_user_value()`/`AnyUserData::get_i_user_value()`.

0 commit comments

Comments
 (0)