MCPcopy Create free account
hub / github.com/antopilo/Nuake / RegisterMethods

Method RegisterMethods

Nuake/Source/Nuake/Scripting/NetModules/UINetAPI.cpp:169–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void UINetAPI::RegisterMethods()
170{
171 RegisterMethod("Node.FindChildByIDICall", &FindChildByIDIcall);
172 RegisterMethod("Node.HasNativeInstanceICall", &HasNativeInstanceICall);
173 RegisterMethod("Node.GetNativeInstanceNodeICall", &GetNativeInstanceNodeICall);
174
175 // Styling
176 RegisterMethod("Node.GetVisibilityICall", &GetVisibilityICall);
177 RegisterMethod("Node.SetVisibilityICall", &SetVisibilityICall);
178
179 //RegisterMethod("Node.GetWidthPercentageICall", &GetWidthPercentageICall);
180 RegisterMethod("Node.SetWidthPercentageICall", &SetWidthPercentageICall);
181 // RegisterMethod("Node.GetHeightPercentageICall", &GetHeightPercentageICall);
182 RegisterMethod("Node.SetHeightPercentageICall", &SetHeightPercentageICall);
183
184 RegisterMethod("TextNode.GetTextNodeTextICall", &GetTextNodeTextICall);
185 RegisterMethod("TextNode.SetTextNodeTextICall", &SetTextNodeTextICall);
186}

Callers 1

ScriptingEngineNetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected