Is Trevor Philips’ mom just a hallucination in GTA 5? (2024)

Trevor Philip's mom is one of the stranger parts about GTA 5, as she came and went in a single optional mission with no rhyme or reason on her whereabouts.

Thus, some players theorized that the events of Mrs. Philips' mission were nothing more than a hallucination on Trevor Philips' part. Fans already know that he isn't the most stable individual, so it's not as farfetched as some other GTA 5 theories (like Franklin being CJ's son).

GTA conspiracy theories are popular to discuss in some circles of the Internet. Hence, it's worth looking at why some fans believe that Trevor Philips' mom is a hallucination.

The theory about Trevor Philip's mom being only a hallucination in GTA 5

Is Trevor Philips’ mom just a hallucination in GTA 5? (3)

There are various interpretations of this fan theory. The above YouTube video talks about how Trevor might be feeling guilt for killing his mom. However, there is nothing in GTA 5 that would confirm that action, so one could argue that Trevor is hallucinating for a different reason altogether.

Some good questions for Trevor Philips' mom include:

  • If she didn't see her son in several years, why would she leave after seeing him again?
  • Where would she have gone after she left the trailer?
  • What happens to her after her recent disappearance?

Rockstar Games likes to include various mysteries in their games, but these aren't questions that a player can solve. One thing that fans know for sure is that Trevor Philips is a conflicted individual.

Is Trevor Philips’ mom just a hallucination in GTA 5? (4)

Apparently, Trevor Philips never visited his mom, let alone know that she was released from prison. It's never explained how his mom knew where to find him when she did.

He absolutely detests it when people call him a "mother******" in GTA 5. Interestingly enough, there are also counterpoints to the notion that his mom was merely a hallucination.

Counterpoints to this GTA 5 fan theory

Is Trevor Philips’ mom just a hallucination in GTA 5? (5)

One of the more interesting pieces of evidence against this fan theory is connected to Ron Jakowski's Lifeinvader. After Trevor Philips meets his mom in GTA 5, Ron posts:

"Ain't you gonna introduce me to your mom?"

It would be a strange thing to post out of nowhere, especially given the timing. At the very least, it would suggest that Ron is aware of Mrs. Philips.

Another interesting counterpoint is the lack of any hallucinogenic filter. Other GTA 5 hallucinations include them, but there is none of that for meeting Trevor Philips' mom.

Is Trevor Philips’ mom just a hallucination in GTA 5? (6)

GTA 5 is a game that reminds players that Mrs. Philips was abusive toward Trevor Philips. It wouldn't be unheard of if she decided to toy with his emotions once again and dip on him.

It's even possible that her addiction to painkillers resulted in her leaving the trailer rather than waiting for Trevor Philips to return. That isn't something that is necessarily tied to hallucinations.

Either way, GTA 5 never holds the player's hand when it comes to knowing the fate of Trevor's mom. Whether she was a hallucination or not will likely remain a mystery for the foreseeable future.

For The Biggest GTA 6 Map Leaks, Click Here.

Poll : Do you think Mrs. Philips was merely a hallucination?

Yes

No

190 votes

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';}function updatePollCountOnAnswer(selectedOption) {var pollData = pollDataDefault;renderPollWidget(pollData, selectedOption, true);}function renderPollWidget(pollData, selectedOption, isAnswered) {if (!pollData) return;pollData.option1_count = pollData.option1_count || 0;pollData.option2_count = pollData.option2_count || 0;pollData.option3_count = pollData.option3_count || 0;pollData.option4_count = pollData.option4_count || 0;if (isAnswered) {if (selectedOption == "option1") pollData.option1_count += 1;if (selectedOption == "option2") pollData.option2_count += 1;if (selectedOption == "option3") pollData.option3_count += 1;if (selectedOption == "option4") pollData.option4_count += 1;}if (isAnswered || selectedOption) {var predictorPromotionalBannerContainer = $(".predictor-contest-banner-container.Article-poll");if (predictorPromotionalBannerContainer) {removeClass(predictorPromotionalBannerContainer, "hidden");}}var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count);if (totalVotes && !Number.isNaN(totalVotes)) {var option1Percent = pollData.option1_count / totalVotes * 100;var option2Percent = pollData.option2_count / totalVotes * 100;var option3Percent = pollData.option3_count / totalVotes * 100;var option4Percent = pollData.option4_count / totalVotes * 100;var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent];var pollOptions = $("#poll-options");var pollCount = $("#poll-count");var pollOptionsDom = '';var optionsArray = ['option1', 'option2'];if (pollData.option3 !== "" && pollData.option3 !== null) {optionsArray.push('option3')}if (pollData.option4 !== "" && pollData.option4 !== null) {optionsArray.push('option4')}optionsArray.forEach(function (option, index) {var clickHandler = 'onclick="answerPoll(event, \'' + option + '\')"';var optionClass = ['poll-option'];if (selectedOption) {optionClass.push('poll-option-answered');clickHandler = '';}if (selectedOption === option) {optionClass.push('poll-option-selected');}pollOptionsDom += '

';if (selectedOption) {var widthPercentage = optionPercentages[index] < 5 && optionPercentages[index] != 0 ? 5 : optionPercentages[index];if (selectedOption === option) {if (widthPercentage > 97) {pollOptionsDom += '';} else {pollOptionsDom += '';}} else {if (widthPercentage > 97) {pollOptionsDom += '';} else {pollOptionsDom += '';}}}pollOptionsDom += '

See Also
Mr. Phillips

' + pollData[option] + '

';if (selectedOption) {pollOptionsDom += '

' + Math.round(optionPercentages[index]) + '%

';}pollOptionsDom += '

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';if (totalVotes > 10) {pollCount.classList.remove("hidden");}}trackArticlePollImpression(pollData);}function answerPoll(e, selectedOption) {e.preventDefault();updatePollCountOnAnswer(selectedOption);var isDesktop = "1";var gaPayload = {"question" : pollDataDefault.question,"answer" : e.target.textContent,"answer_option" : selectedOption.replace("option", "Option "),"category": "GTA","page_location": window.location.href,}if (pollTaglinePosition && pollTaglinePosition != "") {gaPayload["poll_position"] = pollTaglinePosition;}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_RESPONSE", gaPayload);var url = 'https://a-gotham.sportskeeda.com/polls/4279/response';var data = {"poll_type": "article","option": selectedOption}pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false);}function trackSponsoredLinkClick(e) {var pollTheme = "default";gtag('event', 'click', {'event_category': 'PollSponsoredLink','event_label': pollTheme});}var articlePollImpressionTracked = false;function trackArticlePollImpression(pollData) {var pollElement = $("#poll");var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {if (articlePollImpressionTracked) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {articlePollImpressionTracked = true;var isDesktop = "1";var gaPayload = {"question" : pollData.question,"category": "GTA","page_url": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}if (pollTaglinePosition && pollTaglinePosition != "") {gaPayload["poll_position"] = pollTaglinePosition;}gtag("event", "ARTICLE_POLL_IMPRESSION", gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});if (pollElement){var isAnswered = pollElement.querySelector(".poll-option-answered");if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}}}

Quick Links

More from Sportskeeda

Edited by R. Elahi

Feedback

Thank You!

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

"modalText += "

Please select an option.

Please provide your feedback.

"modalText += "

"modalPopup.closeOnEsc = false;modalPopup.setHeader("Why did you not like this content?");modalPopup.setContentText(modalText);modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating);modalPopup.removeCloseModalIcon();modalPopup.disableDismissPopup();modalPopup.open();} else {sendRating(index);}}function sendRating() {var requestPayload = {"post_id": 950795,"rating_value": ratingValue}if (ratingValue > 3) {requestPayload.rating_feedback_type = null;requestPayload.rating_feedback = null;} else {if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) {showErrorMessage('option');return;}if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) {showErrorMessage('note');return;}var selectedOption = $('input[name="drone"]:checked').value;var feedbackNote = $(".post-rating-feedback-note textarea").value;requestPayload.rating_feedback_type = selectedOption;requestPayload.rating_feedback = feedbackNote;}pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true);}function resetRatingAndFeedbackForm() {var activeStars = Array.from($all('.rating span.rating-star.active'));for (var i=0; i < activeStars.length; i++) {activeStars[i].classList.remove("active");}if ($('input[name="drone"]:checked')) {$('input[name="drone"]:checked').checked = false;}var userNote = document.querySelector(".post-rating-feedback-note textarea");userNote.value = '';modalPopup.close();}function onsaveRatingSuccess() {modalPopup.close();savePostIdInUserRatedPostsCookie();$("#post-rating-layout").classList.add("hidden");$("#post-rating-message").classList.remove("hidden");window.setInterval(function showMessage() {$("#post-rating-widget").classList.add("hidden");}, 3000);}function onsaveRatingFail() {console.error('Saving post rating failed!');modalPopup.close();}function savePostIdInUserRatedPostsCookie() {userRatedPostIds.push(950795);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime);}function isPostRatedByUser() {var userRatedPostIds = getCookie('user_rated_post_ids');if (userRatedPostIds) {try {userRatedPostIds = JSON.parse(userRatedPostIds);} catch (err) {console.error(err);return false;}} else {return false;}if(userRatedPostIds.indexOf(950795) >= 0) {return true;} else {return false;}}function getRatingCountByPostId(postId) {return new Promise(function(resolve, reject) {pureJSAjaxGet(getRatingCountBaseURL + postId + '/rating/count',function(data) {try {data = JSON.parse(data);if (data.meta_value) {resolve(data.meta_value);}reject("Failed to fetch rating count for the post:" + postId);} catch (err) {reject("Failed to fetch rating count for the post:" + postId);}},function(err) {reject("Failed to fetch rating count for the post:" + postId);}, true);});}function showErrorMessage(messageType) {var messageContainerId = '#' + messageType + '-error';$(messageContainerId).classList.remove('hidden');window.setInterval(function () {$(messageContainerId).classList.add("hidden");}, 5000);}(function() {var callFired = false;function lazyLoadPostRating() {if (callFired) return;callFired = true;if (!isPostRatedByUser()) {getRatingCountByPostId(950795).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);});}}document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true });document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true });document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true });})();

Is Trevor Philips’ mom just a hallucination in GTA 5? (2024)
Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated:

Views: 5788

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.