Decompile interface

PainBG

Путник
Пользователь
Сообщения
9
Розыгрыши
0
Репутация
0
Реакции
0
Баллы
0
Hello guys after decompile interface.u with WotGrealExporter , in class folder i cant read a full text , some of text is UnknownFunction , that can be fixed to be full readable?

For example from AbnormalStatusWnd -

function OnEvent (int Event_ID, string param)
{
local UserInfo uInfo;

if ( UnknownFunction154(Event_ID,950) )
{
HandleAddNormalStatus(param);
} else {
if ( UnknownFunction130(UnknownFunction154(Event_ID,580),script_olydmgwnd.AtOly) )
{
HandleSystemMessage(param);
} else {
if ( UnknownFunction154(Event_ID,960) )
{
HandleAddEtcStatus(param);
} else {
if ( UnknownFunction154(Event_ID,970) )
{
HandleAddShortStatus(param);
} else {
if ( UnknownFunction154(Event_ID,40) )
{
HandleRestart();
} else {
if ( UnknownFunction154(Event_ID,50) )
{
HandleDie();
} else {
if ( UnknownFunction154(Event_ID,310) )
{
HandleShowReplayQuitDialogBox();
} else {
if ( UnknownFunction154(Event_ID,1900) )
 

You need export, not decompile.
upload_2018-1-14_16-57-47.png
 
Same results .
 
Bbcode CODE
 
Can u give more info , what do you mean?
 
Can u give more info , what do you mean?
Open the file "Core.u", see "class Object".
find a match by function number

UnknownFunction154 = native(154) static final operator(24) bool == (int A, int B);
UnknownFunction130 = native(130) static final operator(30) bool && (bool A, skip bool B);
etc.
 
Назад
Сверху Снизу