Updated GetElementById (markdown)
parent
7df9a0cd1f
commit
bde179ca1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
```cpp
|
```cpp
|
||||||
void* Crafter::CppDOM::Bindings::GetElementById(const char* id, std::size_t idLenght);
|
void* Crafter::CppDOM::Bindings::GetElementById(const char* id, std::size_t idLenght);
|
||||||
inline void* Crafter::CppDOM::Bindings::GetElementById(const std::string& id);
|
void* Crafter::CppDOM::Bindings::GetElementById(const std::string& id);
|
||||||
```
|
```
|
||||||
|
|
||||||
Accepts an id string and returns a void* to a JS object.
|
Accepts an id string and returns a void* to a JS object.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue