02.02.2018, 00:47
(
Последний раз редактировалось Pottus; 02.02.2018 в 01:20.
)
OnActorVirtualWorldChange - OnDynamicActorInteriorChange
These callbacks seem a bit redundant because it is known when these functions are actually are used it would be silly to need to use a callback. What you should do is use CallRemoteFunction() instead so that other scripts are aware of the change.
Over all this is a 100 percent solid system.
These callbacks seem a bit redundant because it is known when these functions are actually are used it would be silly to need to use a callback. What you should do is use CallRemoteFunction() instead so that other scripts are aware of the change.
Over all this is a 100 percent solid system.