2024-06-14 03:54:30 +00:00
|
|
|
---
|
|
|
|
alias: "Microtransactions, IAP, In-App Purchases"
|
|
|
|
public: "true"
|
|
|
|
slug: "mtx"
|
|
|
|
title: "MTX"
|
|
|
|
prev: false
|
|
|
|
next: false
|
|
|
|
---
|
2024-06-18 07:32:30 +00:00
|
|
|
<script setup>
|
|
|
|
import { data } from '../../git.data.ts';
|
|
|
|
import { useData } from 'vitepress';
|
|
|
|
const pageData = useData();
|
|
|
|
</script>
|
|
|
|
<h1 class="p-name">MTX</h1>
|
|
|
|
<p>10 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
|
|
<hr/>
|
2024-06-14 03:54:30 +00:00
|
|
|
|
|
|
|
> Referenced by: [Premium Currency](/garden/premium-currency/index.md), [Video Game Monetization](/garden/video-game-monetization/index.md)
|
|
|
|
|
|
|
|
Purchaseable items in video games that cost real life currencies
|