source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/Shark3D/demo_v5x0x7_t164x31u_enterpr_kwin32/src/res/client/actor/displayworld.s3d_actor @ 2330

Revision 2330, 2.2 KB checked in by igarcia, 17 years ago (diff)
Line 
1// Machine-made Shark 3D Snake Text 2x0 Stream. Format: ascii.
2actor_ident "kit_base.group"
3actor_param
4{
5    active 1
6    child_array
7    {
8        ident "kit_engobj.group"
9        param
10        {
11            name "group_display"
12            group_suppl "stdsuppl"
13            group_ident "group:"
14            group_param
15            {
16                env "env"
17                gensuppl "stdsuppl"
18                res "client/model/displaymodel.s3d_inst_run"
19                given_array
20                {
21                    item "env"
22                    given_ident "env"
23                }
24                {
25                    item "stdsuppl"
26                    given_ident "gensuppl"
27                }
28                {
29                    item ""
30                    given_ident "hook"
31                }
32                {
33                    item "display_state"
34                    given_ident "state"
35                }
36                {
37                    item ""
38                    given_ident "sim"
39                }
40                {
41                    item ""
42                    given_ident "sensorstate"
43                }
44            }
45        }
46    }
47    {
48        ident "kit_engobj.itemeye"
49        param
50        {
51            name "cursor_eye"
52            item_actor "group_display"
53            item_name "inst:cursor"
54        }
55    }
56    {
57        ident "kit_base.dispatch"
58        param
59        {
60            name "dispatch"
61            entry_array
62            {
63                cmds "init"
64                targets "loading_pos" "saving_pos"
65                newcmd "disable_pos"
66            }
67        }
68    }
69    {
70        ident "kit_engobj.itemeye"
71        param
72        {
73            name "loading_pos"
74            item_actor "group_display"
75            item_name "path:loading"
76        }
77    }
78    {
79        ident "kit_engobj.itemeye"
80        param
81        {
82            name "saving_pos"
83            item_actor "group_display"
84            item_name "simplepos:saving"
85        }
86    }
87    {
88        ident "kit_base.oninit"
89        param
90        {
91            target "dispatch"
92            cmd "init"
93        }
94    }
95}
96$
Note: See TracBrowser for help on using the repository browser.