File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ type ItemDropEvent struct {
311311
312312// DataTablesParsedEvent signals that the datatables were parsed.
313313// You can use the Parser.SendTableParser() after this event to register update notification on entities & properties.
314- // DataTablesParsedEvent is a beta feature, it may be replaced or changed without notice.
315314type DataTablesParsedEvent struct {}
316315
317316// StringTableCreatedEvent signals that a string table was created via net message.
@@ -323,7 +322,6 @@ type StringTableCreatedEvent struct {
323322}
324323
325324// ParserWarnEvent signals that a non-fatal problem occurred during parsing.
326- // This is a beta feature, it may be replaced or changed without notice.
327325type ParserWarnEvent struct {
328326 Message string
329327}
Original file line number Diff line number Diff line change @@ -159,8 +159,6 @@ The handler must be of type func(*<MessageType>) where MessageType is the kind o
159159Returns a identifier with which the handler can be removed via UnregisterNetMessageHandler().
160160
161161See also: RegisterEventHandler()
162-
163- This is a beta feature and may be changed or replaced without notice.
164162*/
165163func (p * Parser ) RegisterNetMessageHandler (handler interface {}) dp.HandlerIdentifier {
166164 return p .msgDispatcher .RegisterHandler (handler )
You can’t perform that action at this time.
0 commit comments