Skip to content

Commit 4abba4c

Browse files
author
rdeioris
authored
Update SubclassingAPI.md
1 parent 796b564 commit 4abba4c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/SubclassingAPI.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ class Monster(Character):
2525
def OnSeePawn(self, pawn : Pawn):
2626
ue.print_string('seen {}'.format(pawn))
2727
```
28+
29+
Properties
30+
----------
31+
32+
Function overriding
33+
-------------------
34+
35+
Events
36+
------

0 commit comments

Comments
 (0)