Searched defs:Weapon (Results 1 – 9 of 9) sorted by relevance
26 type Weapon = [Damage: number, DamageType?: string, ...rest: any[]]; alias
32 interface Weapon { interface
28 interface Weapon { WName: string, Damage: number } interface
28 export interface Weapon { WeaponDamage: WeaponDamage, WeaponData: WeaponData } interface
26 export interface Weapon { WName: string, Damage: number } interface
20 typealias Weapon = MyGame_Sample_Weapon typealias
136 pub const Weapon: Self = Self(1); constant212 Weapon(Box<WeaponT>), enumerator780 pub struct Weapon<'a> { struct781 pub _tab: flatbuffers::Table<'a>,784 impl<'a> flatbuffers::Follow<'a> for Weapon<'a> { implementation792 impl<'a> Weapon<'a> { implementation830 impl flatbuffers::Verifiable for Weapon<'_> { implementation884 impl std::fmt::Debug for Weapon<'_> { implementation
22 enum Weapon { enum
283 struct Weapon: FlatBufferObject { struct