Показать сообщение отдельно
Старый 24.04.2006, 23:25   #16
tormoz
Гигант индустрии
 
Аватар для tormoz
 
Регистрация: 14.12.2005
Сообщений: 2,785
Написано 1,183 полезных сообщений
(для 4,437 пользователей)
Function PickModeAnimMesh(entity,t_ype)
 For i=1 To CountChildren(entity)
 child=GetChild(entity,i)
  EntityPickMode child,t_ype
 If CountChildren(child)>0
   PickModeMesh(child,t_ype)
 EndIf
Next 
End Function
__________________
(Offline)
 
Ответить с цитированием