static public int PreparePlay(IntPtr l)
 {
     try {
         CinemaDirector.Cutscene self = (CinemaDirector.Cutscene)checkSelf(l);
         self.PreparePlay();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }