Browse Source

Fix return values in some signals/methods

develop
Anton Tarasenko 1 year ago
parent
commit
7ad3ca55f6
  1. 2
      sources/BaseAPI/API/Unflect/UnflectApi.uc
  2. 2
      sources/Chat/ChatAPI.uc

2
sources/BaseAPI/API/Unflect/UnflectApi.uc

@ -58,7 +58,7 @@ protected function Finalizer() {
functionCaster = none; functionCaster = none;
} }
public final function bool _drop() { public final function _drop() {
local UFunction nextFunctionInstance; local UFunction nextFunctionInstance;
local Text nextFunctionName; local Text nextFunctionName;
local HashTableIterator iter; local HashTableIterator iter;

2
sources/Chat/ChatAPI.uc

@ -210,7 +210,7 @@ public /*signal*/ function ChatAPI_OnMessageFor_Slot OnMessageFor(AcediaObject r
/// ///
/// # Slot description /// # Slot description
/// ///
/// bool <slot>(EPlayer sender, ChatApi.BuiltInVoiceMessage message) /// void <slot>(EPlayer sender, ChatApi.BuiltInVoiceMessage message)
/// ///
/// ## Parameters /// ## Parameters
/// ///

Loading…
Cancel
Save