IWorldApiChangeHandler Interface

Summary

If you want to listen to World API chnage events then implement this on your class and make sure you register to receive events.
Namespace
WAPI
Implementing Types
graph BT Type["IWorldApiChangeHandler"] class Type type-node Implementing0["WorldController"]-.->Type click Implementing0 "/docs/client_api_10.4.0/api/WAPI/WorldController"

Syntax

public interface IWorldApiChangeHandler

Methods

Name Value Summary
OnWorldChanged(WorldChangeArgs) void
Handler to be called when something changes in the world