We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078b83b commit dc7a2c5Copy full SHA for dc7a2c5
1 file changed
WCSharp.Api/item.cs
@@ -29,12 +29,12 @@ internal item()
29
/// @CSharpLua.Get = "GetItemType({this})"
30
public extern itemtype Type { get; }
31
32
- /// @CSharpLua.Get = "GetWidgetX({this})"
33
- /// @CSharpLua.Set = "SetItemPosition({this}, {0}, GetWidgetY({this}))"
+ /// @CSharpLua.Get = "GetItemX({this})"
+ /// @CSharpLua.Set = "SetItemPosition({this}, {0}, GetItemY({this}))"
34
public extern new float X { get; set; }
35
36
- /// @CSharpLua.Get = "GetWidgetY({this})"
37
- /// @CSharpLua.Set = "SetItemPosition({this}, GetWidgetX({this}), {0})"
+ /// @CSharpLua.Get = "GetItemY({this})"
+ /// @CSharpLua.Set = "SetItemPosition({this}, GetItemX({this}), {0})"
38
public extern new float Y { get; set; }
39
40
/// @CSharpLua.Get = "GetItemPlayer({this})"
0 commit comments