pub enum ScriptType {
Show 41 variants
Artemis,
ArtemisAsb,
ArtemisTxt,
ArtemisArc,
BGI,
BGIBsi,
BGIBp,
BGIArcV1,
BGIArcV2,
BGIDsc,
BGIAudio,
BGIImg,
BGICbg,
CatSystem,
CatSystemCstl,
CatSystemInt,
CatSystemHg3,
Circus,
CircusCrm,
CircusDat,
CircusPck,
CircusPcm,
CircusCrx,
CircusCrxd,
EmotePimg,
EmoteDref,
EntisGls,
EscudeArc,
Escude,
EscudeList,
ExHibit,
HexenHaus,
KirikiriScn,
KirikiriSimpleCrypt,
Kirikiri,
KirikiriTlg,
KirikiriMdf,
Softpal,
WillPlusWs2,
YaneuraoItufuru,
YaneuraoItufuruArc,
}
Expand description
Script type
Variants§
Artemis
artemis
only.Artemis Engine AST script
ArtemisAsb
artemis
only.Artemis Engine ASB script
ArtemisTxt
artemis
only.Artemis Engine TXT script
ArtemisArc
artemis-arc
only.Artemis archive (pfs)
BGI
bgi
only.Buriko General Interpreter/Ethornell Script
BGIBsi
bgi
only.Buriko General Interpreter/Ethornell bsi script (._bsi)
BGIBp
bgi
only.Buriko General Interpreter/Ethornell bp script (._bp)
BGIArcV1
bgi-arc
only.Buriko General Interpreter/Ethornell archive v1
BGIArcV2
bgi-arc
only.Buriko General Interpreter/Ethornell archive v2
BGIDsc
bgi-arc
only.Buriko General Interpreter/Ethornell compressed file (DSC)
BGIAudio
bgi-audio
only.Buriko General Interpreter/Ethornell audio file (Ogg/Vorbis)
BGIImg
bgi-img
only.Buriko General Interpreter/Ethornell image (Image files in sysgrp.arc)
BGICbg
bgi-img
only.Buriko General Interpreter/Ethornell Compressed Background image (CBG)
CatSystem
cat-system
only.CatSystem2 engine scene script
CatSystemCstl
cat-system
only.CatSystem2 engine CSTL script
CatSystemInt
cat-system-arc
only.CatSystem2 engine archive
CatSystemHg3
cat-system-img
only.CatSystem2 engine image
Circus
circus
only.Circus MES script
CircusCrm
circus-arc
only.Circus Image archive
CircusDat
circus-arc
only.Circus DAT archive
CircusPck
circus-arc
only.Circus PCK archive
CircusPcm
circus-audio
only.Circus PCM audio
CircusCrx
circus-img
only.Circus CRX Image
CircusCrxd
circus-img
only.Circus Differential Image
EmotePimg
emote-img
only.Emote PIMG image
EmoteDref
emote-img
only.Emote DREF(DPAK-referenced) image
EntisGls
entis-gls
only.Entis GLS srcxml Script
EscudeArc
escude-arc
only.Escude bin archive
Escude
escude
only.Escude bin script
EscudeList
escude
only.Escude list script
ExHibit
ex-hibit
only.ExHibit rld script
HexenHaus
hexen-haus
only.HexenHaus bin script
KirikiriScn
kirikiri
only.Kirikiri SCN script
KirikiriSimpleCrypt
kirikiri
only.Kirikiri SimpleCrypt’s text file
Kirikiri
kirikiri
only.Kirikiri script
KirikiriTlg
kirikiri-img
only.Kirikiri TLG image
KirikiriMdf
kirikiri
only.Kirikiri MDF (zlib compressed) file
Softpal
softpal
only.Softpal src script
WillPlusWs2
will-plus
only.WillPlus ws2 script
YaneuraoItufuru
yaneurao-itufuru
only.Yaneurao Itufuru script
YaneuraoItufuruArc
yaneurao-itufuru
only.Yaneurao Itufuru script archive
Trait Implementations§
Source§impl Clone for ScriptType
impl Clone for ScriptType
Source§fn clone(&self) -> ScriptType
fn clone(&self) -> ScriptType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ScriptType
impl Debug for ScriptType
Source§impl Ord for ScriptType
impl Ord for ScriptType
Source§fn cmp(&self, other: &ScriptType) -> Ordering
fn cmp(&self, other: &ScriptType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for ScriptType
impl PartialEq for ScriptType
Source§impl PartialOrd for ScriptType
impl PartialOrd for ScriptType
Source§impl ValueEnum for ScriptType
impl ValueEnum for ScriptType
impl Copy for ScriptType
impl Eq for ScriptType
impl StructuralPartialEq for ScriptType
Auto Trait Implementations§
impl Freeze for ScriptType
impl RefUnwindSafe for ScriptType
impl Send for ScriptType
impl Sync for ScriptType
impl Unpin for ScriptType
impl UnwindSafe for ScriptType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more