C .
ODE
G
AMELET
person_outline
Sign In
forum
Discuss Home
code
Coding Discuss
videogame_asset
Gaming Discuss
work
Project Issues
keyboard_arrow_left
Project Code
code
OPEN
CgEventsEngine
Focus Issue
.events 檔案包含未註冊的Action / Check / Trigger 不會引起任何Error
gamtable
opened 8 months ago
chat
3
add_circle_outline
REPLY
Submit
另外,CGEventsEngine可以考慮加入Decorator (https://www.typescriptlang.org/docs/handbook/decorators.html)
```typescript
@CGEventsEngineManaged
class MyTrigger extends CgTrigger {
// ignored
}
```
這樣就不用手動registerAction / Check / Trigger
gamtable
commented 6 months ago
事件表如果有類似這個的東西加在事件頭頂,應該就能變得很靈活了,例如方便地在事件執行的各種時點寫log
Nacht
commented 6 months ago
Items per page:
10
1 - 2 of 3
ⒸCode.Gamelet.com |
Privacy Policy
|
Terms of Service