Skip to content

Commit

Permalink
Add a function to the documentation #4
Browse files Browse the repository at this point in the history
  • Loading branch information
selimanac committed Jul 24, 2021
1 parent 86f2e7f commit 735a526
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ Removes the group and cleans all AABBs
aabb.remove_group(enemy_group)
```

### aabb.remove(`group_id, aabb_id`)

Removes the AABB from group

```lua
aabb.remove(group_id, aabb_id)
```


## Notes

Expand Down

0 comments on commit 735a526

Please sign in to comment.