Library Modulejoshuawright11.papyrus 0.6.16Papyrus
Papyrus
import Papyrus
Module information
- Declarations
- 9997
- Symbols
- 10015
import Papyrus
let MAP_FAILED: UnsafeMutableRawPointer!
var SEM_FAILED: Semaphore? { get }
var SIG_DFL: sighandler_t? { get }
var SIG_ERR: sighandler_t { get }
var SIG_HOLD: sighandler_t { get }
var SIG_IGN: sighandler_t { get }
var S_IFBLK: mode_t { get }
var S_IFCHR: mode_t { get }
var S_IFDIR: mode_t { get }
var S_IFIFO: mode_t { get }
var S_IFLNK: mode_t { get }
var S_IFMT: mode_t { get }
var S_IFREG: mode_t { get }
var S_IFSOCK: mode_t { get }
var S_IRGRP: mode_t { get }
var S_IROTH: mode_t { get }
var S_IRUSR: mode_t { get }
var S_IRWXG: mode_t { get }
var S_IRWXO: mode_t { get }
var S_IRWXU: mode_t { get }
var S_ISGID: mode_t { get }
var S_ISUID: mode_t { get }
var S_ISVTX: mode_t { get }
var S_IWGRP: mode_t { get }
var S_IWOTH: mode_t { get }
var S_IWUSR: mode_t { get }
var S_IXGRP: mode_t { get }
var S_IXOTH: mode_t { get }
var S_IXUSR: mode_t { get }
var environ: UnsafeMutablePointer<UnsafeMutablePointer<CChar>?> { get }
var errno: Int32 { get set }
func acos(_ x: Float) -> Float
func acosh(_ x: Float) -> Float
func asin(_ x: Float) -> Float
func asinh(_ x: Float) -> Float
func atan(_ x: Float) -> Float
func atan2(_ lhs: Float, _ rhs: Float) -> Float
func atanh(_ x: Float) -> Float
func cbrt(_ x: Float) -> Float
func ceil<T>(_ x: T) -> T where T : FloatingPoint
func copysign(_ lhs: Float, _ rhs: Float) -> Float
func cos(_ x: Float) -> Float
func cosh(_ x: Float) -> Float
func erf(_ x: Float) -> Float
func erfc(_ x: Float) -> Float
func exp(_ x: Float) -> Float
func exp2(_ x: Float) -> Float
func expm1(_ x: Float) -> Float
func fcntl(_ fd: Int32, _ cmd: Int32) -> Int32
func fcntl(_ fd: Int32, _ cmd: Int32, _ value: Int32) -> Int32
func fcntl(_ fd: Int32, _ cmd: Int32, _ ptr: UnsafeMutableRawPointer) -> Int32
func fdim(_ lhs: Float, _ rhs: Float) -> Float
func floor<T>(_ x: T) -> T where T : FloatingPoint
func fma<T>(_ x: T, _ y: T, _ z: T) -> T where T : FloatingPoint
func fmax(_ lhs: Float, _ rhs: Float) -> Float
func fmin(_ lhs: Float, _ rhs: Float) -> Float
func fmod<T>(_ x: T, _ y: T) -> T where T : FloatingPoint
func frexp<T>(_ x: T) -> (T, Int) where T : BinaryFloatingPoint
func hypot(_ lhs: Float, _ rhs: Float) -> Float
func ioctl(_ fd: CInt, _ request: UInt) -> CInt
func ioctl(_ fd: CInt, _ request: UInt, _ value: CInt) -> CInt
func ioctl(_ fd: CInt, _ request: UInt, _ ptr: UnsafeMutableRawPointer) -> CInt
func jn(_ n: Int, _ x: Double) -> Double
func lgamma(_ x: Double) -> (Double, Int)
func lgamma(_ x: Float) -> (Float, Int)
func log(_ x: Float) -> Float
func log10(_ x: Float) -> Float
func log1p(_ x: Float) -> Float
func log2(_ x: Float) -> Float
func logb(_ x: Float) -> Float
func modf<T>(_ x: T) -> (T, T) where T : FloatingPoint
func nearbyint(_ x: Float) -> Float
func nextafter(_ lhs: Float, _ rhs: Float) -> Float
func open(_ path: UnsafePointer<CChar>, _ oflag: Int32) -> Int32
func open(_ path: UnsafePointer<CChar>, _ oflag: Int32, _ mode: mode_t) -> Int32
func openat(_ fd: Int32, _ path: UnsafePointer<CChar>, _ oflag: Int32) -> Int32
func openat(_ fd: Int32, _ path: UnsafePointer<CChar>, _ oflag: Int32, _ mode: mode_t) -> Int32
func pow(_ lhs: Float, _ rhs: Float) -> Float
func remainder<T>(_ x: T, _ y: T) -> T where T : FloatingPoint
func remquo(_ x: Double, _ y: Double) -> (Double, Int)
func remquo(_ x: Float, _ y: Float) -> (Float, Int)
func rint(_ x: Float) -> Float
func round<T>(_ x: T) -> T where T : FloatingPoint
func scalbn<T>(_ x: T, _ n: Int) -> T where T : FloatingPoint
func sem_open(_ name: UnsafePointer<CChar>, _ oflag: Int32) -> Semaphore?
func sem_open(_ name: UnsafePointer<CChar>, _ oflag: Int32, _ mode: mode_t, _ value: CUnsignedInt) -> Semaphore?
func sin(_ x: Float) -> Float
func sinh(_ x: Float) -> Float
func sqrt<T>(_ x: T) -> T where T : FloatingPoint
func tan(_ x: Float) -> Float
func tanh(_ x: Float) -> Float
func tgamma(_ x: Float) -> Float
func trunc<T>(_ x: T) -> T where T : FloatingPoint
func yn(_ n: Int, _ x: Double) -> Double
struct ACTION
struct Elf32_Chdr
struct Elf32_Dyn
struct Elf32_Ehdr
struct Elf32_Lib
struct Elf32_Move
struct Elf32_Nhdr
struct Elf32_Phdr
struct Elf32_RegInfo
struct Elf32_Rel
struct Elf32_Rela
struct Elf32_Shdr
struct Elf32_Sym
struct Elf32_Syminfo
struct Elf32_Verdaux
struct Elf32_Verdef
struct Elf32_Vernaux
struct Elf32_Verneed
struct Elf32_auxv_t
struct Elf32_gptab
struct Elf64_Chdr
struct Elf64_Dyn
struct Elf64_Ehdr
struct Elf64_Lib
struct Elf64_Move
struct Elf64_Nhdr
struct Elf64_Phdr
struct Elf64_Rel
struct Elf64_Rela
struct Elf64_Shdr
struct Elf64_Sym
struct Elf64_Syminfo
struct Elf64_Verdaux
struct Elf64_Verdef
struct Elf64_Vernaux
struct Elf64_Verneed
struct Elf64_auxv_t
struct Elf_MIPS_ABIFlags_v0
struct Elf_Options
struct Elf_Options_Hw
struct La_aarch64_regs
struct La_aarch64_retval
struct La_aarch64_vector
enum POSIXErrorCode
struct VISIT
struct _G_fpos64_t
struct _G_fpos_t
struct _IO_cookie_io_functions_t
struct __atomic_wide_counter
struct __cancel_jmp_buf_tag
struct __exit_status
struct __fsid_t
struct __itimer_which
struct __jmp_buf_tag
struct __kernel_fd_set
struct __kernel_fsid_t
struct __mbstate_t
struct __once_flag
struct __priority_which
struct __pthread_cleanup_frame
struct __pthread_cond_s
struct __pthread_internal_list
struct __pthread_internal_slist
struct __pthread_mutex_s
struct __pthread_rwlock_arch_t
struct __pthread_unwind_buf_t
struct __rlimit_resource
struct __rusage_who
struct __sigset_t
struct __socket_type
struct _aarch64_ctx
struct _pthread_cleanup_buffer
struct addrinfo
struct aiocb
struct cmsghdr
struct cpu_set_t
struct dirent
struct div_t
struct drand48_data
struct elf_prpsinfo
struct elf_prstatus
struct elf_siginfo
struct entry
struct esr_context
struct exit_status
struct extra_context
struct fenv_t
struct flock
struct fpsimd_context
struct fsconfig_command
struct glob_t
struct group
struct group_filter
struct group_req
struct group_source_req
struct hostent
struct idtype_t
struct if_nameindex
struct ifaddr
struct ifaddrs
struct ifconf
struct ifmap
struct ifreq
struct imaxdiv_t
struct in6_addr
struct in_addr
struct in_pktinfo
struct inotify_event
struct iovec
struct ip_mreq
struct ip_mreq_source
struct ip_mreqn
struct ip_msfilter
struct ip_opts
struct ipc_perm
struct ipv6_mreq
struct itimerspec
struct itimerval
struct lastlog
struct lconv
struct ldiv_t
struct linger
struct link_map
struct lldiv_t
struct mcontext_t
struct mnt_id_req
struct mount_attr
struct msghdr
struct msginfo
struct msqid_ds
struct netent
struct osockaddr
struct passwd
struct pollfd
struct posix_spawn_file_actions_t
struct posix_spawnattr_t
struct protoent
struct pthread_barrier_t
struct pthread_barrierattr_t
struct pthread_cond_t
struct pthread_condattr_t
struct pthread_mutex_t
struct pthread_mutexattr_t
struct pthread_rwlock_t
struct pthread_rwlockattr_t
struct r_debug
struct r_debug_extended
struct random_data
struct re_pattern_buffer
struct reg_errcode_t
struct regmatch_t
struct rlimit
struct rpcent
struct rusage
struct sched_param
struct sembuf
struct semid_ds
struct seminfo
struct servent
struct shm_info
struct shmid_ds
struct shminfo
struct sigaction
struct sigcontext
struct sigevent
struct siginfo_t
struct sigstack
struct sigval
struct sockaddr
struct sockaddr_in
struct sockaddr_in6
struct sockaddr_storage
struct sockaddr_un
struct stack_t
struct stat
struct statmount
struct statvfs
struct tcp_ca_state
struct tcp_cookie_transactions
struct tcp_info
struct tcp_md5sig
struct tcp_repair_opt
struct tcp_repair_window
struct tcp_zerocopy_receive
struct tcphdr
struct termio
struct termios
struct timezone
struct tm
struct tms
struct tpidr2_context
struct user_fpsimd_struct
struct utimbuf
struct utmp
struct utmpx
struct utsname
struct winsize
struct wordexp_t
typealias ENTRY = entry
typealias Elf32_Addr = UInt32
typealias Elf32_Conflict = Elf32_Addr
typealias Elf32_Half = UInt16
typealias Elf32_Off = UInt32
typealias Elf32_Relr = Elf32_Word
typealias Elf32_Section = UInt16
typealias Elf32_Sword = Int32
typealias Elf32_Sxword = Int64
typealias Elf32_Versym = Elf32_Half
typealias Elf32_Word = UInt32
typealias Elf32_Xword = UInt64
typealias Elf64_Addr = UInt64
typealias Elf64_Half = UInt16
typealias Elf64_Off = UInt64
typealias Elf64_Relr = Elf64_Xword
typealias Elf64_Section = UInt16
typealias Elf64_Sword = Int32
typealias Elf64_Sxword = Int64
typealias Elf64_Versym = Elf64_Half
typealias Elf64_Word = UInt32
typealias Elf64_Xword = UInt64
typealias Elf_Symndx = UInt32
typealias Semaphore = UnsafeMutablePointer<sem_t>
typealias _Float32 = Float
typealias _Float32x = Double
typealias _Float64 = Double
typealias __FILE = _IO_FILE
typealias __action_fn_t = (UnsafeRawPointer?, VISIT, Int32) -> Void
typealias __be16 = __u16
typealias __be32 = __u32
typealias __blkcnt64_t = Int
typealias __blkcnt_t = Int
typealias __blksize_t = Int32
typealias __caddr_t = UnsafeMutablePointer<CChar>
typealias __clockid_t = Int32
typealias __compar_fn_t = (UnsafeRawPointer?, UnsafeRawPointer?) -> Int32
typealias __cpu_mask = UInt
typealias __daddr_t = Int32
typealias __dev_t = UInt
typealias __f32x4_t = SIMD4<Float>
typealias __f64x2_t = SIMD2<Double>
typealias __fpos64_t = _G_fpos64_t
typealias __fpos_t = _G_fpos_t
typealias __fsblkcnt64_t = UInt
typealias __fsblkcnt_t = UInt
typealias __fsfilcnt64_t = UInt
typealias __fsfilcnt_t = UInt
typealias __fsword_t = Int
typealias __ftw_func_t = (UnsafePointer<CChar>?, UnsafePointer<stat>?, Int32) -> Int32
typealias __gid_t = UInt32
typealias __gwchar_t = UInt32
typealias __id_t = UInt32
typealias __ino64_t = UInt
typealias __ino_t = UInt
typealias __int16_t = Int16
typealias __int32_t = Int32
typealias __int64_t = Int
typealias __int8_t = Int8
typealias __int_least16_t = __int16_t
typealias __int_least32_t = __int32_t
typealias __int_least64_t = __int64_t
typealias __int_least8_t = __int8_t
typealias __intmax_t = Int
typealias __intptr_t = Int
typealias __ipc_pid_t = Int32
typealias __itimer_which_t = Int32
typealias __jmp_buf = (UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64)
typealias __kernel_caddr_t = UnsafeMutablePointer<CChar>
typealias __kernel_clock_t = __kernel_long_t
typealias __kernel_clockid_t = Int32
typealias __kernel_daddr_t = Int32
typealias __kernel_gid16_t = UInt16
typealias __kernel_gid32_t = UInt32
typealias __kernel_gid_t = UInt32
typealias __kernel_ino_t = __kernel_ulong_t
typealias __kernel_ipc_pid_t = Int32
typealias __kernel_key_t = Int32
typealias __kernel_loff_t = Int64
typealias __kernel_long_t = Int
typealias __kernel_mode_t = UInt32
typealias __kernel_mqd_t = Int32
typealias __kernel_off_t = __kernel_long_t
typealias __kernel_old_dev_t = UInt32
typealias __kernel_old_gid_t = UInt16
typealias __kernel_old_time_t = __kernel_long_t
typealias __kernel_old_uid_t = UInt16
typealias __kernel_pid_t = Int32
typealias __kernel_ptrdiff_t = __kernel_long_t
typealias __kernel_sighandler_t = (Int32) -> Void
typealias __kernel_size_t = __kernel_ulong_t
typealias __kernel_ssize_t = __kernel_long_t
typealias __kernel_suseconds_t = __kernel_long_t
typealias __kernel_time64_t = Int64
typealias __kernel_time_t = __kernel_long_t
typealias __kernel_timer_t = Int32
typealias __kernel_uid16_t = UInt16
typealias __kernel_uid32_t = UInt32
typealias __kernel_uid_t = UInt32
typealias __kernel_ulong_t = UInt
typealias __le16 = __u16
typealias __le32 = __u32
typealias __loff_t = __off64_t
typealias __mode_t = UInt32
typealias __nlink_t = UInt32
typealias __pid_t = Int32
typealias __poll_t = UInt32
typealias __pr_gid_t = UInt32
typealias __pr_uid_t = UInt32
typealias __prfpregset_t = elf_fpregset_t
typealias __prgregset_t = elf_gregset_t
typealias __priority_which_t = Int32
typealias __pthread_list_t = __pthread_internal_list
typealias __pthread_slist_t = __pthread_internal_slist
typealias __quad_t = Int
typealias __re_long_size_t = UInt
typealias __re_size_t = UInt32
typealias __rlim64_t = UInt
typealias __rlimit_resource_t = Int32
typealias __rusage_who_t = Int32
typealias __s16 = Int16
typealias __s32 = Int32
typealias __s64 = Int64
typealias __s8 = Int8
typealias __sig_atomic_t = Int32
typealias __sighandler_t = (Int32) -> Void
typealias __sigval_t = sigval
typealias __size_t = UInt
typealias __socklen_t = UInt32
typealias __ssize_t = Int
typealias __sum16 = __u16
typealias __suseconds64_t = Int
typealias __syscall_ulong_t = UInt
typealias __thrd_t = UInt
typealias __timer_t = UnsafeMutableRawPointer
typealias __tss_t = UInt32
typealias __u16 = UInt16
typealias __u8 = UInt8
typealias __u_char = UInt8
typealias __u_int = UInt32
typealias __u_long = UInt
typealias __u_quad_t = UInt
typealias __u_short = UInt16
typealias __uid_t = UInt32
typealias __uint16_t = UInt16
typealias __uint32_t = UInt32
typealias __uint64_t = UInt
typealias __uint8_t = UInt8
typealias __uint_least16_t = __uint16_t
typealias __uint_least32_t = __uint32_t
typealias __uint_least64_t = __uint64_t
typealias __uint_least8_t = __uint8_t
typealias __uintmax_t = UInt
typealias __useconds_t = UInt32
typealias __wsum = __u32
typealias active_reg_t = UInt
typealias blkcnt_t = __blkcnt_t
typealias blksize_t = __blksize_t
typealias caddr_t = __caddr_t
typealias cc_t = UInt8
typealias clock_t = __clock_t
typealias clockid_t = __clockid_t
typealias cookie_close_function_t = (UnsafeMutableRawPointer?) -> Int32
typealias cookie_io_functions_t = _IO_cookie_io_functions_t
typealias cookie_read_function_t = (UnsafeMutableRawPointer?, UnsafeMutablePointer<CChar>?, Int) -> __ssize_t
typealias cookie_seek_function_t = (UnsafeMutableRawPointer?, UnsafeMutablePointer<__off64_t>?, Int32) -> Int32
typealias cookie_write_function_t = (UnsafeMutableRawPointer?, UnsafePointer<CChar>?, Int) -> __ssize_t
typealias daddr_t = __daddr_t
typealias dev_t = __dev_t
typealias double_t = Double
typealias elf_fpregset_t = user_fpsimd_struct
typealias elf_gregset_t = (elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t, elf_greg_t)
typealias fd_mask = __fd_mask
typealias fexcept_t = UInt32
typealias float_t = Float
typealias fpos_t = __fpos_t
typealias fpregset_t = elf_fpregset_t
typealias fsblkcnt_t = __fsblkcnt_t
typealias fsfilcnt_t = __fsfilcnt_t
typealias fsid_t = __fsid_t
typealias gid_t = __gid_t
typealias greg_t = elf_greg_t
typealias gregset_t = elf_gregset_t
typealias iconv_t = UnsafeMutableRawPointer
typealias id_t = __id_t
typealias in_addr_t = UInt32
typealias in_port_t = UInt16
typealias ino_t = __ino_t
typealias int_fast16_t = Int
typealias int_fast32_t = Int
typealias int_fast64_t = Int
typealias int_fast8_t = Int8
typealias int_least16_t = __int_least16_t
typealias int_least32_t = __int_least32_t
typealias int_least64_t = __int_least64_t
typealias int_least8_t = __int_least8_t
typealias intmax_t = __intmax_t
typealias intptr_t = Int
typealias jmp_buf = (__jmp_buf_tag)
typealias key_t = __key_t
typealias loff_t = __loff_t
typealias lwpid_t = __pid_t
typealias mode_t = __mode_t
typealias msglen_t = __syscall_ulong_t
typealias msgqnum_t = __syscall_ulong_t
typealias nfds_t = UInt
typealias nl_catd = UnsafeMutableRawPointer
typealias nl_item = Int32
typealias nlink_t = __nlink_t
typealias off_t = __off_t
typealias pid_t = __pid_t
typealias prfpregset_t = __prfpregset_t
typealias prgregset_t = __prgregset_t
typealias prpsinfo_t = elf_prpsinfo
typealias prstatus_t = elf_prstatus
typealias psaddr_t = UnsafeMutableRawPointer
typealias pthread_key_t = UInt32
typealias pthread_once_t = Int32
typealias pthread_spinlock_t = Int32
typealias pthread_t = UInt
typealias ptrdiff_t = Int
typealias quad_t = __quad_t
typealias reg_syntax_t = UInt
typealias regex_t = re_pattern_buffer
typealias register_t = Int
typealias regoff_t = Int32
typealias rlim_t = __rlim_t
typealias s_reg_t = Int
typealias sa_family_t = UInt16
typealias shmatt_t = __syscall_ulong_t
typealias sig_atomic_t = __sig_atomic_t
typealias sig_t = __sighandler_t
typealias sigevent_t = sigevent
typealias sighandler_t = __sighandler_t
typealias sigjmp_buf = (__jmp_buf_tag)
typealias sigset_t = __sigset_t
typealias sigval_t = __sigval_t
typealias socklen_t = __socklen_t
typealias speed_t = UInt32
typealias suseconds_t = __suseconds_t
typealias tcflag_t = UInt32
typealias tcp_seq = UInt32
typealias time_t = __time_t
typealias timer_t = __timer_t
typealias u_char = __u_char
typealias u_int = __u_int
typealias u_long = __u_long
typealias u_quad_t = __u_quad_t
typealias u_short = __u_short
typealias uid_t = __uid_t
typealias uint = UInt32
typealias uint_fast16_t = UInt
typealias uint_fast32_t = UInt
typealias uint_fast64_t = UInt
typealias uint_fast8_t = UInt8
typealias uint_least16_t = __uint_least16_t
typealias uint_least32_t = __uint_least32_t
typealias uint_least64_t = __uint_least64_t
typealias uint_least8_t = __uint_least8_t
typealias uintmax_t = __uintmax_t
typealias uintptr_t = UInt
typealias ulong = UInt
typealias useconds_t = __useconds_t
typealias ushort = UInt16
typealias wchar_t = UInt32
let DBL_EPSILON: Double
let DBL_MANT_DIG: Int
let DBL_MAX: Double
let DBL_MAX_EXP: Int
let DBL_MIN: Double
let DBL_MIN_EXP: Int
let DBL_TRUE_MIN: Double
let FLT_EPSILON: Float
let FLT_MANT_DIG: Int
let FLT_MAX: Float
let FLT_MAX_EXP: Int
let FLT_MIN: Float
let FLT_MIN_EXP: Int
let FLT_RADIX: Int
let FLT_TRUE_MIN: Float
let M_PI: Double
let M_PI_2: Double
let M_PI_4: Double
let M_SQRT1_2: Double
let M_SQRT2: Double
func fabs<T>(_ x: T) -> T where T : FloatingPoint
func ilogb<T>(_ x: T) -> Int where T : BinaryFloatingPoint
func ldexp(_ x: Double, _ n: Int) -> Double
func ldexp(_ x: Float, _ n: Int) -> Float
func nan(_ tag: String) -> Float
import Example
import PapyrusAlamofire
import PapyrusCore
import PapyrusPlugin