/
AiLegion
/
witcher3-engine
Обзор
Документация
Войти
/
AiLegion
/
witcher3-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
core/object.ws
73 строки
3 KB
AiLegion
Create: 2DArray.ws, array.ws, curve.ws, curvePoint.ws, engineTime.ws, math.ws, mathAdv.ws, misc.ws, object.ws, resource.ws, states.ws, string.ws
22 июн 2026, 09:34
Верифицирован
22 июн 2026, 09:34
3357b44
Код
Авторство
О чём код?
��/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / / * * � 2 0 1 5 C D P R O J E K T S . A . A l l r i g h t s r e s e r v e d . / * * T H E W I T C H E R � i s a t r a d e m a r k o f C D P R O J E K T S . A . / * * T h e W i t c h e r g a m e i s b a s e d o n t h e p r o s e o f A n d r z e j S a p k o w s k i . / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / i m p o r t c l a s s I S c r i p t a b l e e x t e n d s I S e r i a l i z a b l e { i m p o r t f u n c t i o n P u s h S t a t e ( s t a t e N a m e : n a m e ) ; i m p o r t f u n c t i o n P o p S t a t e ( o p t i o n a l p o p A l l : b o o l ) ; i m p o r t f u n c t i o n G o t o S t a t e ( o p t i o n a l n e w S t a t e : n a m e , o p t i o n a l k e e p S t a c k : b o o l , o p t i o n a l f o r c e E v e n t s : b o o l ) ; i m p o r t f i n a l f u n c t i o n G o t o S t a t e A u t o ( ) ; i m p o r t f i n a l f u n c t i o n G e t S t a t e ( s t a t e N a m e : n a m e ) : C S c r i p t a b l e S t a t e ; i m p o r t f i n a l f u n c t i o n G e t C u r r e n t S t a t e ( ) : C S c r i p t a b l e S t a t e ; i m p o r t f i n a l f u n c t i o n G e t C u r r e n t S t a t e N a m e ( ) : n a m e ; i m p o r t f i n a l f u n c t i o n I s I n S t a t e ( s t a t e N a m e : n a m e ) : b o o l ; i m p o r t f i n a l f u n c t i o n L o c k E n t r y F u n c t i o n ( l o c k : b o o l ) ; i m p o r t f i n a l f u n c t i o n S e t C l e a n u p F u n c t i o n ( f u n c t i o n N a m e : n a m e ) ; i m p o r t f i n a l f u n c t i o n C l e a r C l e a n u p F u n c t i o n ( ) ; i m p o r t f i n a l f u n c t i o n D e b u g D u m p E n t r y F u n c t i o n C a l l s ( e n a b l e d : b o o l ) ; i m p o r t f i n a l f u n c t i o n L o g S t a t e s ( ) ; i m p o r t f u n c t i o n T o S t r i n g ( ) : s t r i n g ; } i m p o r t c l a s s C O b j e c t e x t e n d s I S c r i p t a b l e { i m p o r t f u n c t i o n C l o n e ( n e w P a r e n t : C O b j e c t ) : C O b j e c t ; i m p o r t f u n c t i o n G e t P a r e n t ( ) : C O b j e c t ; }