mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
This commit is contained in:
parent
13965868ce
commit
c0c3d598b0
4 changed files with 82 additions and 53 deletions
|
|
@ -44,7 +44,6 @@ To connect to an event, just set the event property name to a function.
|
|||
|
||||
All event arguments are passed into the function.
|
||||
|
||||
|
||||
```lua
|
||||
create "TextButton" {
|
||||
Activated = function()
|
||||
|
|
@ -53,8 +52,6 @@ create "TextButton" {
|
|||
}
|
||||
```
|
||||
|
||||
## Summary
|
||||
|
||||
In short:
|
||||
|
||||
- String keys = properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue